X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=Makefile.am;h=2749d39828c251da725b3ea0fc4acd7bea0138f5;hp=cf27f8b95a38252d92186ed1a8060b66545cd4fd;hb=0c001b00860c2a42cfdff4067e9955705ec290f5;hpb=b4ddfba5b53a40e47285f8851e1ff7bb5419909b diff --git a/Makefile.am b/Makefile.am index cf27f8b..2749d39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,12 +53,24 @@ ChangeLog: endif +CLEANFILES+=httpd.conf +EXTRA_DIST+=httpd.conf.pl + +httpd.conf: httpd.conf.pl Makefile project/Makefile + perl -I$$PWD ./$< >$@ + +TESTS+=html-test + +html-test: + ./$@.pl + EXTRA_DIST+= \ - Index.html.pl \ - WebConfig.pm \ - Redirect.pl \ - have_js.js.pl \ - robots.txt \ - SendMsg.pl \ - Contact.html.pl \ - Mailman.pl + WebConfig.pm \ + robots.txt \ + html-test.pl + +MODPERL_PM+= \ + Index.pm \ + Contact.pm \ + Mailman.pm +