X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=Makefile.am;h=f2689c22916ee90096fe84adf46510d4264a911e;hp=00a170cca0f39ab2094f807b9db8d1e142a8e538;hb=24a8daf8b7d70742e17efb0480135c28c71ab645;hpb=023bd9615484000eec756de502600995e7b75fe8 diff --git a/Makefile.am b/Makefile.am index 00a170c..f2689c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=foreign -SUBDIRS=macros project +SUBDIRS=macros My resume etmms project product ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep @@ -33,13 +33,16 @@ EXTRA_DIST+= \ Makefile-head.am \ autogen.pl \ .vimrc \ - ChangeLog + ChangeLog \ + dia-w.sh.in \ + Lib.pm MAINTAINERCLEANFILES+= \ ChangeLog CLEANFILES+= \ - ChangeLog.bak + ChangeLog.bak \ + dia-w.sh if MAINTAINER_MODE ChangeLog: @@ -51,8 +54,25 @@ ChangeLog: endif +CLEANFILES+=httpd.conf +EXTRA_DIST+=httpd.conf.pl + +httpd.conf: httpd.conf.pl Makefile project/Makefile product/Makefile + perl -I$$PWD ./$< >$@ + +TESTS+=html-test + +html-test: + ./$@.pl + EXTRA_DIST+= \ - index.html.pl + WebConfig.pm \ + robots.txt \ + html-test.pl + +MODPERL_PM+= \ + Index.pm \ + IndexCVS.pm \ + Contact.pm \ + Mailman.pm -noinst_DATA+= \ - index.html