mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update doc script comments.
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
|
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $:
|
||||||
|
|
||||||
# Converts FAQ.html and FAQ_DEV.html to text files
|
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and
|
||||||
|
# converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV
|
||||||
|
|
||||||
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
|
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
|
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.3 2008/04/19 12:52:51 momjian Exp $:
|
||||||
|
|
||||||
# Converts TODO text file to HTML
|
# Converts doc/TODO text file to doc/src/FAQ/TODO.html HTML file
|
||||||
|
|
||||||
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1
|
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user