[Pkg-jed-commit] r1108 - www

Rafael Laboissiere rafael at alioth.debian.org
Tue Apr 22 13:46:59 UTC 2008


Author: rafael
Date: 2008-04-22 13:46:58 +0000 (Tue, 22 Apr 2008)
New Revision: 1108

Modified:
   www/Makefile
Log:
Do not commit non-SVN files

Modified: www/Makefile
===================================================================
--- www/Makefile	2008-04-22 13:46:21 UTC (rev 1107)
+++ www/Makefile	2008-04-22 13:46:58 UTC (rev 1108)
@@ -7,11 +7,12 @@
 GROUP = pkg-jed
 HOST = alioth.debian.org
 DIR = /org/alioth.debian.org/chroot/home/groups/pkg-jed/htdocs/
-INSTALLFILES = index.html DJG-Guidelines.txt DJG-Guidelines.html \
-	DJG-Guidelines.pdf earth.png djg.css guidelines.css Makefile
+SVNFILES = index.html DJG-Guidelines.txt earth.png djg.css	\
+	 guidelines.css Makefile 
+INSTALLFILES =  $(SVNFILES) DJG-Guidelines.html DJG-Guidelines.pdf
 
 install: $(INSTALLFILES)
-	svn ci $(INSTALLFILES)
+	svn ci $(SVNFILES)
 	svn up
 	@echo -n "Installing web site... "
 	@tar c --mode 664 $(INSTALLFILES) | \




More information about the Pkg-jed-commit mailing list