mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Update instructions on generating TODO.html.
This commit is contained in:
parent
19c1e68e16
commit
909346eff0
@ -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*
|
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ*
|
||||||
|
|
||||||
The TODO.html file in this directory is not the master, but ../../TODO
|
The TODO.html file in this directory is not the master; doc/TODO is the
|
||||||
is. The conversion is done using txt2html:
|
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user