Fixed false ambiguity on the second pass during pattern-matching.
[www.jankratochvil.net.git] / Makefile.am
index cf27f8b..2749d39 100644 (file)
@@ -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
+