aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-08-16 19:39:03 +0000
committerBruce Momjian <bruce@momjian.us>2008-08-16 19:39:03 +0000
commit909346eff0ca2c7a73e889122d6f54669494141b (patch)
tree8133b71c255f32c8440509eec09bd49731f7d086
parent19c1e68e16142193069a2b4b01d106516034ee98 (diff)
downloadpostgresql-909346eff0ca2c7a73e889122d6f54669494141b.tar.gz
postgresql-909346eff0ca2c7a73e889122d6f54669494141b.zip
Update instructions on generating TODO.html.
-rw-r--r--doc/src/FAQ/README9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/src/FAQ/README b/doc/src/FAQ/README
index 1ccf67d4b2b..09c380b0054 100644
--- a/doc/src/FAQ/README
+++ b/doc/src/FAQ/README
@@ -3,11 +3,6 @@ The FAQ* files in this directory are the master versions, and the
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ*
-The TODO.html file in this directory is not the master, but ../../TODO
-is. The conversion is done using txt2html:
+The TODO.html file in this directory is not the master; doc/TODO is the
+master. Use src/tools/TODO2html to create the HTML version stored here.
- txt2html --xhtml -s 100 -p 100 --xhtml --titlefirst \
- --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
- --caps_tag '' \
- /pgtop/doc/TODO |
- sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html