# HG changeset patch # User Richard Jones # Date 1319170506 -39600 # Node ID b59ba4dda6233b7bea1e02bb4a55deb1018664ef # Parent d9d7319afffac1a2356746110d6e9fadca84c564 remove old website HT file support; alter repository mentioned in developers doc diff -r d9d7319afffa -r b59ba4dda623 doc/Makefile --- a/doc/Makefile Wed Oct 19 11:32:20 2011 -0400 +++ b/doc/Makefile Fri Oct 21 15:15:06 2011 +1100 @@ -1,5 +1,4 @@ STXTOHTML = rst2html.py -STXTOHT = rst2ht.py WEBDIR = ../../htdocs/htdocs/doc-1.0 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ @@ -10,9 +9,8 @@ COMPILED := $(SOURCE:.txt=.html) WEBHT := $(SOURCE:.txt=.ht) -all: html ht +all: html html: ${COMPILED} -ht: ${WEBHT} website: ${WEBHT} cp *.ht ${WEBDIR} @@ -21,8 +19,5 @@ %.html: %.txt ${STXTOHTML} --report=warning -d $< $@ -%.ht: %.txt - ${STXTOHT} --report=warning -d $< $@ - clean: rm -f ${COMPILED} diff -r d9d7319afffa -r b59ba4dda623 doc/developers.txt --- a/doc/developers.txt Wed Oct 19 11:32:20 2011 -0400 +++ b/doc/developers.txt Fri Oct 21 15:15:06 2011 +1100 @@ -59,8 +59,8 @@ patches attached that give context diffs of the affected source. -SVN Access ----------- +Source Repository Access +------------------------ See http://www.roundup-tracker.org/code.html. For all other questions ask on the development mailinglist.