Description: Use the markdown library provided by the libmarkdown2 package. Author: Alessandro Ghedini Origin: vendor Forwarded: not-needed Last-Update: 2012-01-01 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,12 +57,6 @@ -sub MY::postamble { - return sprintf(' -$(MYEXTLIB): - %s -', qq{( cd $extdir; CC='cc -fPIC' sh configure.sh; make )\n}); -} WriteMakefile( NAME => 'Text::Markdown::Discount', @@ -71,8 +65,6 @@ ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Text/Markdown/Discount.pm', AUTHOR => 'Masayoshi Sekimura ') : ()), - LIBS => '-L' . $extdir, - INC => '-I. -I' . $extdir, - MYEXTLIB => $myextlib, - clean => { FILES => $clean_files }, + LIBS => '-lmarkdown', + INC => '-I.', ); s customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-23doc: Fix typo in HACKING....* HACKING (Contributing): s/informations/information/. Maxim Cournoyer
2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual....* HACKING (Commit Access): Remove. (Contributing): Update URL of the manual. * doc/contributing.texi (Commit Access): New section. (Submitting Patches): Add cross reference. Ludovic Courtès
2020-01-09doc: Add "Tracking Bugs and Patches" section....* doc/contributing.texi (Tracking Bugs and Patches): New section. (Submitting Patches): Refer to it. * doc/guix.texi: Update copyright line. * HACKING (Using emacs-debbugs): Remove. Ludovic Courtès