changeset 2562:f137fa9f34ec octave-forge

remove coda directory in clean. Comment on installation of html in developers guide
author adb014
date Mon, 02 Oct 2006 22:05:52 +0000
parents 1034de30e8aa
children 9fbe2fdfc7cc
files www/Makefile www/developers.in
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/Makefile	Mon Oct 02 21:21:56 2006 +0000
+++ b/www/Makefile	Mon Oct 02 22:05:52 2006 +0000
@@ -39,6 +39,6 @@
 	    fi; \
 	  fi; \
 	done
-	rm -f *.html developers.in INDEX
+	rm -fr *.html developers.in INDEX coda
 
 package:
--- a/www/developers.in	Mon Oct 02 21:21:56 2006 +0000
+++ b/www/developers.in	Mon Oct 02 22:05:52 2006 +0000
@@ -310,7 +310,10 @@
 <dd>	An optional directory containing documentation for the
 	package. The files in this directory will be directly
 	installed in a sub-directory of the installed package for
-	future reference.
+	future reference. Note that any html files included in this
+	directory will be included in the octave-forge package
+	webpages. To include images or arbitrary files use a
+	sub-directory html/ in this directory.
 <dt>package/inst
 <dd>	An optional directory containing any files that are directly
 	installed by package. Typically this will include any m-files.