diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-03 19:08:59 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-03 19:09:39 -0400 |
commit | ca598c18c678895fd625a68a4bf21d202c586b47 (patch) | |
tree | 13f1d85c59f13b6eb1b0412a6b1fe56983944417 | |
parent | 48e4b8dc08ea7ec0cc7cd8e5001f8a29e1c0b987 (diff) | |
download | postgresql-ca598c18c678895fd625a68a4bf21d202c586b47.tar.gz postgresql-ca598c18c678895fd625a68a4bf21d202c586b47.zip |
Remove find_lt sgml tool, as it is not needed.
Per suggestion from Peter.
-rw-r--r-- | src/tools/RELEASE_CHANGES | 1 | ||||
-rwxr-xr-x | src/tools/find_lt | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index ba4cf2c5bfc..b76fe1a02a3 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -44,7 +44,6 @@ For Major Releases o document all new features o update help output from inside the programs o doc/src/sgml/ref manual pages - o convert any literal "<" and ">" characters, use tools/find_lt o update the sizes specified for installation requirements (doc/src/sgml/installation.sgml, section "install-requirements") o update the shared memory size requirement table diff --git a/src/tools/find_lt b/src/tools/find_lt deleted file mode 100755 index f2f5f05a6de..00000000000 --- a/src/tools/find_lt +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# src/tools/find_lt -# SGML is fine with ">" - -grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml |