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

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Thu, 09 Jun 2005 01:25:15 +0000


Author: rafael
Date: 2005-06-09 01:25:15 +0000 (Thu, 09 Jun 2005)
New Revision: 223

Modified:
   trunk/www/Makefile
Log:
Add DOG-Guidelines.txt to list of installed files


Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2005-06-09 01:21:58 UTC (rev 222)
+++ trunk/www/Makefile	2005-06-09 01:25:15 UTC (rev 223)
@@ -12,7 +12,8 @@
 DIR = /org/alioth.debian.org/chroot/home/groups/pkg-octave/htdocs/
 ICONS = $(shell ls icons/*.png)
 CSS = dog.css guidelines.css common.css
-INSTALLFILES = index.html DOG-Guidelines.html $(ICONS) $(CSS)
+INSTALLFILES = index.html DOG-Guidelines.html DOG-Guidelines.txt \
+  $(ICONS) $(CSS)
 TARBALL = tmp.tgz
 
 install: svn-ci $(TARBALL)