[Pkg-octave-commit] rev 149 - trunk/www
Rafael Laboissiere
pkg-octave-devel@lists.alioth.debian.org
Fri, 04 Mar 2005 15:02:27 +0100
Author: rafael
Date: 2005-03-04 15:02:26 +0100 (Fri, 04 Mar 2005)
New Revision: 149
Modified:
trunk/www/Makefile
Log:
Inverted dependencies svn-ci and in dex.html in rule install, such that the
right Id keyword appears in the uploaded index.html file.
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2005-03-04 13:59:36 UTC (rev 148)
+++ trunk/www/Makefile 2005-03-04 14:02:26 UTC (rev 149)
@@ -18,7 +18,7 @@
SRCFILES = index.html.in $(COMMONFILES) Makefile
TARBALL = tmp.tgz
-install: index.html svn-ci
+install: svn-ci index.html
@echo -n "Making tarball... "
@tar cfz $(TARBALL) $(INSTALLFILES)
@echo done