X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=Makefile.am;h=f2689c22916ee90096fe84adf46510d4264a911e;hp=2749d39828c251da725b3ea0fc4acd7bea0138f5;hb=eee3fecac4abad5f53c5c161ffdd65505746733f;hpb=f40e75167a045d189c3027a0b112a20c635d3e48 diff --git a/Makefile.am b/Makefile.am index 2749d39..f2689c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=foreign -SUBDIRS=macros My resume etmms 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 @@ -34,7 +34,8 @@ EXTRA_DIST+= \ autogen.pl \ .vimrc \ ChangeLog \ - dia-w.sh.in + dia-w.sh.in \ + Lib.pm MAINTAINERCLEANFILES+= \ ChangeLog @@ -56,7 +57,7 @@ endif CLEANFILES+=httpd.conf EXTRA_DIST+=httpd.conf.pl -httpd.conf: httpd.conf.pl Makefile project/Makefile +httpd.conf: httpd.conf.pl Makefile project/Makefile product/Makefile perl -I$$PWD ./$< >$@ TESTS+=html-test @@ -71,6 +72,7 @@ EXTRA_DIST+= \ MODPERL_PM+= \ Index.pm \ + IndexCVS.pm \ Contact.pm \ Mailman.pm