diff doc/Makefile @ 3950:257b4eab3bb2

Documentation for the XML-RPC interface Also make "all" the default rule again :(
author Justus Pendleton <jpend@users.sourceforge.net>
date Fri, 23 Nov 2007 20:57:50 +0000
parents 29dfb873b32e
children 6ec048310de7
line wrap: on
line diff
--- a/doc/Makefile	Fri Nov 23 20:56:02 2007 +0000
+++ b/doc/Makefile	Fri Nov 23 20:57:50 2007 +0000
@@ -5,14 +5,14 @@
 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
     glossary.txt implementation.txt index.txt design.txt mysql.txt \
     installation.txt upgrading.txt user_guide.txt admin_guide.txt \
-	postgresql.txt tracker_templates.txt
+	postgresql.txt tracker_templates.txt xmlrpc.txt
 
 COMPILED := $(SOURCE:.txt=.html)
 WEBHT := $(SOURCE:.txt=.ht)
 
+all: html ht
 html: ${COMPILED}
 ht: ${WEBHT}
-all: html ht
 
 website: ${WEBHT}
 	cp *.ht ${WEBDIR}

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