[Pkg-jed-commit] r4 - trunk/www
Rafael Laboissiere
rafael@costa.debian.org
Wed, 16 Mar 2005 10:13:11 +0100
Author: rafael
Date: 2005-03-16 10:13:11 +0100 (Wed, 16 Mar 2005)
New Revision: 4
Modified:
trunk/www/Makefile
Log:
Make target install depend on svn-ci, such that the Id keyword appear in the
web page.
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2005-03-16 09:11:03 UTC (rev 3)
+++ trunk/www/Makefile 2005-03-16 09:13:11 UTC (rev 4)
@@ -17,7 +17,7 @@
SRCFILES = $(COMMONFILES) Makefile
TARBALL = tmp.tgz
-install: index.html
+install: svn-ci index.html
@echo -n "Making tarball... "
@tar cfz $(TARBALL) $(INSTALLFILES)
@echo done