diff doc/Makefile @ 3949:29dfb873b32e

Small documentation cleanup Tweak the doc makefile to make it easier to build just the HTML docs and add a note to README.txt explaining how to do this for users that would prefer to read local docs in their web browser.
author Justus Pendleton <jpend@users.sourceforge.net>
date Fri, 23 Nov 2007 20:56:02 +0000
parents 068b3d7d4279
children 257b4eab3bb2
line wrap: on
line diff
--- a/doc/Makefile	Mon Nov 19 20:45:57 2007 +0000
+++ b/doc/Makefile	Fri Nov 23 20:56:02 2007 +0000
@@ -10,7 +10,9 @@
 COMPILED := $(SOURCE:.txt=.html)
 WEBHT := $(SOURCE:.txt=.ht)
 
-all: ${COMPILED} ${WEBHT}
+html: ${COMPILED}
+ht: ${WEBHT}
+all: html ht
 
 website: ${WEBHT}
 	cp *.ht ${WEBDIR}

Roundup Issue Tracker: http://roundup-tracker.org/