[Pkg-octave-commit] rev 842 - trunk/www

Rafael Laboissiere rafael at alioth.debian.org
Fri Feb 16 23:59:49 CET 2007


Author: rafael
Date: 2007-02-16 23:59:49 +0100 (Fri, 16 Feb 2007)
New Revision: 842

Modified:
   trunk/www/Makefile
Log:
* Make $(INSTALLFILES) as a prerequisit for the install target
* rest2html -> rst2html


Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2007-02-16 22:34:07 UTC (rev 841)
+++ trunk/www/Makefile	2007-02-16 22:59:49 UTC (rev 842)
@@ -11,7 +11,7 @@
 INSTALLFILES = index.html DOG-Guidelines.html DOG-Guidelines.txt \
   $(ICONS) $(CSS)
 
-install: svn-ci
+install: svn-ci $(INSTALLFILES)
 	@echo -n "Installing the web site... "
 	@tar c --mode 664 $(INSTALLFILES) | \
 	  ssh $(HOST) 'cd $(DIR); umask 12; sg $(GROUP) -c "tar x"'
@@ -21,7 +21,7 @@
 	eperl $< > $@
 
 %.html: %.txt
-	rest2html --no-toc-backlinks --stylesheet=guidelines.css $< $@
+	rst2html --no-toc-backlinks --stylesheet=guidelines.css $< $@
 
 svn-ci:
 	svn ci




More information about the Pkg-octave-commit mailing list