diff options
| author | Pascal Rigaux <pixel@mandriva.com> | 2004-04-05 13:52:49 +0000 |
|---|---|---|
| committer | Pascal Rigaux <pixel@mandriva.com> | 2004-04-05 13:52:49 +0000 |
| commit | 6c5f73c85f32a0fa16c39d0a4e70bd54904772c9 (patch) | |
| tree | 46a57e842135a64e5a07212d85f39862e0af3dcf /perl_checker.src/Makefile | |
| parent | fa92d91276ed4f4dd64cf1590756df75b9c7ead3 (diff) | |
| download | perl-MDK-Common-6c5f73c85f32a0fa16c39d0a4e70bd54904772c9.tar perl-MDK-Common-6c5f73c85f32a0fa16c39d0a4e70bd54904772c9.tar.gz perl-MDK-Common-6c5f73c85f32a0fa16c39d0a4e70bd54904772c9.tar.bz2 perl-MDK-Common-6c5f73c85f32a0fa16c39d0a4e70bd54904772c9.tar.xz perl-MDK-Common-6c5f73c85f32a0fa16c39d0a4e70bd54904772c9.zip | |
add perl_checker.html
Diffstat (limited to 'perl_checker.src/Makefile')
| -rw-r--r-- | perl_checker.src/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl_checker.src/Makefile b/perl_checker.src/Makefile index 75a375e..b6d716d 100644 --- a/perl_checker.src/Makefile +++ b/perl_checker.src/Makefile @@ -9,7 +9,7 @@ LIBS = unix VENDORLIB = $(shell dirname `pwd`) DEBUG = 1 -default: TAGS build_ml build.ml debug-code native-code +default: TAGS build_ml build.ml debug-code native-code perl_checker.html build_ml: rm -f build.ml @@ -20,6 +20,11 @@ build.ml: echo 'let fake_packages_dir = "'$(VENDORLIB)'/perl_checker_fake_packages"' >> $@ echo 'let debugging = $(DEBUG) > 0' >> $@ +%.html: %.html.pl + rm -f $@ + perl $< > $@ + chmod a-w $@ + tags: ocamltags *.ml |
