diff --git a/MANIFEST b/MANIFEST index c268cd1..e5d5f46 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,12 +2,6 @@ Changes discount-1.3.4/amalloc.c discount-1.3.4/amalloc.h -discount-1.3.4/config.cmd -discount-1.3.4/config.h -discount-1.3.4/config.log -discount-1.3.4/config.mak -discount-1.3.4/config.md -discount-1.3.4/config.sub discount-1.3.4/configure.inc discount-1.3.4/configure.sh discount-1.3.4/COPYRIGHT @@ -22,7 +16,6 @@ discount-1.3.4/main.c discount-1.3.4/Makefile discount-1.3.4/Makefile.in discount-1.3.4/makepage.c -discount-1.3.4/markdown.1 discount-1.3.4/markdown.1.in discount-1.3.4/markdown.3 discount-1.3.4/markdown.7 @@ -66,7 +59,6 @@ discount-1.3.4/theme.1 discount-1.3.4/theme.c discount-1.3.4/toc.c discount-1.3.4/VERSION -discount-1.3.4/version.c discount-1.3.4/version.c.in discount-1.3.4/xmlpage.c Discount.xs diff --git a/Makefile.PL b/Makefile.PL index 1490a32..8029d2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,33 @@ my $extdir = 'discount-1.3.4'; my $myextlib = File::Spec->catfile($extdir, 'libmarkdown.a'); my $clean_files = join (" ", map{ File::Spec->catfile($extdir, $_) } - qw ( markdwon mkd2html makepage theme libmarkdown.a )); + qw ( + markdwon mkd2html makepage theme libmarkdown.a + Csio.o + config.cmd + config.h + config.log + config.mak + config.md + config.sub + docheader.o + dumptree.o + generate.o + main.o + markdown + markdown.1 + markdown.o + mkd2html.o + mkdio.o + resource.o + theme.o + toc.o + version.c + version.o + xmlpage.o + )); + + sub MY::postamble { return sprintf('