File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
3
+ # $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $:
4
4
5
- # Converts FAQ.html and FAQ_DEV.html to text files
5
+ # Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and
6
+ # converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV
6
7
7
8
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist " $@ "
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
3
+ # $PostgreSQL: pgsql/src/tools/TODO2html,v 1.3 2008/04/19 12:52:51 momjian Exp $:
4
4
5
- # Converts TODO text file to HTML
5
+ # Converts doc/ TODO text file to doc/src/FAQ/TODO.html HTML file
6
6
7
7
[ ! -f COPYRIGHT ] && echo " Run from top of source tree" 1>&2 && exit 1
8
8
You can’t perform that action at this time.
0 commit comments