Mercurial > p > roundup > code
changeset 4550:b59ba4dda623
remove old website HT file support; alter repository mentioned in developers doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 21 Oct 2011 15:15:06 +1100 |
| parents | d9d7319afffa |
| children | 33a1f03b9de0 |
| files | doc/Makefile doc/developers.txt |
| diffstat | 2 files changed, 3 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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.
