Skip to content

Commit 37e4e2a

Browse files
author
Richard Jones
committed
remove old website HT file support; alter repository mentioned in developers doc
1 parent eb792b2 commit 37e4e2a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

doc/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
STXTOHTML = rst2html.py
2-
STXTOHT = rst2ht.py
32
WEBDIR = ../../htdocs/htdocs/doc-1.0
43

54
SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
@@ -10,9 +9,8 @@ SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
109
COMPILED := $(SOURCE:.txt=.html)
1110
WEBHT := $(SOURCE:.txt=.ht)
1211

13-
all: html ht
12+
all: html
1413
html: ${COMPILED}
15-
ht: ${WEBHT}
1614

1715
website: ${WEBHT}
1816
cp *.ht ${WEBDIR}
@@ -21,8 +19,5 @@ website: ${WEBHT}
2119
%.html: %.txt
2220
${STXTOHTML} --report=warning -d $< $@
2321

24-
%.ht: %.txt
25-
${STXTOHT} --report=warning -d $< $@
26-
2722
clean:
2823
rm -f ${COMPILED}

doc/developers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Most small changes can be submitted through the issue tracker, with
5959
patches attached that give context diffs of the affected source.
6060

6161

62-
SVN Access
63-
----------
62+
Source Repository Access
63+
------------------------
6464

6565
See http://www.roundup-tracker.org/code.html.
6666
For all other questions ask on the development mailinglist.

0 commit comments

Comments
 (0)