changeset 1668:320a73933e7d

* sgml/makemakefile: Replace plusses with x'es in all entities.
author jlarmour
date Tue, 15 Jun 2004 20:20:09 +0000
parents dc5f9783d45a
children 4c0b0b23f228
files doc/ChangeLog doc/sgml/makemakefile
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* sgml/makemakefile: Replace plusses with x'es in all entities.
+
 2004-04-19  John Dallaway  <jld@ecoscentric.com>
 
 	* sgml/doclist: Remove RedBoot documentation which is now built
--- a/doc/sgml/makemakefile
+++ b/doc/sgml/makemakefile
@@ -76,7 +76,7 @@ for i in `cat ${doclist}`; do
   line="`echo $i | sed 's/#.*//;'`"
   if (test ! -z $line); then
    /bin/echo -n " ${toplvl}/packages/$i" | sed "s@/current/@/${PACKAGEVER}/@g" >> makefile
-   entityi="`echo $i | sed 's@/@-@g; s@\.@-@g; s@_@-@g; s@-current-doc@@g; s@-current@@g'`"
+   entityi="`echo $i | sed 's@\+@x@g; s@/@-@g; s@\.@-@g; s@_@-@g; s@-current-doc@@g; s@-current@@g'`"
    echo "<!ENTITY $entityi SYSTEM \"${toplvl}/packages/$i\">" | sed "s@/current/@/${PACKAGEVER}/@g" >> ecos-ref.sgml
   fi
 done
@@ -207,7 +207,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; s@-current-doc@@g; s@-current@@g'`"
+   entityi="`echo $i | sed 's@\+@x@g; s@/@-@g; s@\.@-@g; s@_@-@g; s@-current-doc@@g; s@-current@@g'`"
    # special kludge
    if [ "`basename $i`" != "tcpip-manpages.sgml" -a \
 	"`basename $i`" != "snmp-manpages.sgml" -a \