# HG changeset patch # User jlarmour # Date 1041637340 0 # Node ID 5d3c69a21b47879496fdc958ac79b076b3054ae2 # Parent f0d9ca957f47a4618c949e9026603331e6c2bdb1 * sgml/makemakefile: Try to shorten generated entity names. * sgml/doclist: add terminating LF. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-03 Jonathan Larmour + + * sgml/makemakefile: Try to shorten generated entity names. + * sgml/doclist: add terminating LF. + 2002-12-22 Nick Garnett * sgml/doclist: Added HTTPD package documentation. diff --git a/doc/sgml/doclist b/doc/sgml/doclist --- a/doc/sgml/doclist +++ b/doc/sgml/doclist @@ -21,4 +21,4 @@ net/ns/dns/current/doc/dns.sgml net/httpd/current/doc/httpd.sgml net/ftpclient/current/doc/ftpclient.sgml services/crc/current/doc/crc.sgml -services/cpuload/current/doc/cpuload.sgml \ No newline at end of file +services/cpuload/current/doc/cpuload.sgml diff --git a/doc/sgml/makemakefile b/doc/sgml/makemakefile --- a/doc/sgml/makemakefile +++ b/doc/sgml/makemakefile @@ -182,7 +182,7 @@ EOF for i in `cat doclist`; do line="`echo $i | sed 's/#.*//;'`" if (test ! -z $line); then - entityi="`echo $i | sed 's@/@-@g; s@\.@-@g; s@_@-@g'`" + entityi="`echo $i | sed 's@/@-@g; s@\.@-@g; s@_@-@g; s@-current-doc@@g; s@-current@@g'`" # special kludge if [ "`basename $i`" != "tcpip-manpages.sgml" ]; then echo "&$entityi;" >> ecos.sgml