Skip to content

Commit

Permalink
clean up .o files
Browse files Browse the repository at this point in the history
  • Loading branch information
sekimura committed Oct 19, 2009
1 parent 6753aa2 commit eab0eb8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
8 changes: 0 additions & 8 deletions MANIFEST
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
28 changes: 27 additions & 1 deletion Makefile.PL
Expand Up @@ -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('
Expand Down

0 comments on commit eab0eb8

Please sign in to comment.