mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.1 2008/04/19 12:34:54 momjian Exp $:
|
||||
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
|
||||
|
||||
# Converts TODO text file to HTML
|
||||
|
||||
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user