Commit ca598c18 authored by Bruce Momjian's avatar Bruce Momjian

Remove find_lt sgml tool, as it is not needed.

Per suggestion from Peter.
parent 48e4b8dc
......@@ -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
......
#!/bin/sh
# src/tools/find_lt
# SGML is fine with ">"
grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment