aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/RELEASE_CHANGES1
-rwxr-xr-xsrc/tools/find_lt6
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