Author: zwelch
Date: 2009-05-13 12:14:40 +0200 (Wed, 13 May 2009)
New Revision: 1773
Modified:
trunk/src/server/Makefile.am
Log:
Include files required to rebuild the HTTP web pages in distribution.
Modified: trunk/src/server/Makefile.am
===================================================================
--- trunk/src/server/Makefile.am 2009-05-13 09:53:23 UTC (rev 1772)
+++ trunk/src/server/Makefile.am 2009-05-13 10:14:40 UTC (rev 1773)
@@ -28,4 +28,13 @@
nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png)
endif
+EXTRA_DIST = \
+ httpd/readme.txt \
+ httpd/menu.xml \
+ httpd/menu.xsl \
+ httpd/build.sh \
+ httpd/html2tcl.sh \
+ httpd/Stylizer.java \
+ httpd/Stylizer.class
+
MAINTAINERCLEANFILES = Makefile.in
|