Remove find_lt sgml tool, as it is not needed.
authorBruce Momjian <bruce@momjian.us>
Sat, 3 Sep 2011 23:08:59 +0000 (19:08 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 3 Sep 2011 23:09:39 +0000 (19:09 -0400)
Per suggestion from Peter.

src/tools/RELEASE_CHANGES
src/tools/find_lt [deleted file]

index ba4cf2c5bfc5d6c621883b4273890c3daae3c207..b76fe1a02a3bca399434ac653a4c4d27c5b64b12 100644 (file)
@@ -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 (executable)
index f2f5f05..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# src/tools/find_lt
-# SGML is fine with ">"
-
-grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml