From: zwelch Date: Wed, 13 May 2009 10:14:40 +0000 (+0000) Subject: Include files required to rebuild the HTTP web pages in distribution. X-Git-Tag: v0.2.0~736 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=233ab439c7e31299324ef056fc8b21f048e1c93e;ds=sidebyside Include files required to rebuild the HTTP web pages in distribution. git-svn-id: svn://svn.berlios.de/openocd/trunk@1773 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/server/Makefile.am b/src/server/Makefile.am index 4c8a3dce14..2a723a6bdc 100644 --- a/src/server/Makefile.am +++ b/src/server/Makefile.am @@ -28,4 +28,13 @@ if HTTPD 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