This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

More docbook entity name fixes


A fix up after yesterday's patch.

Jifl
--
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/doc/ChangeLog,v
retrieving revision 1.10
diff -u -5 -p -r1.10 ChangeLog
--- ChangeLog	3 Jan 2003 23:42:20 -0000	1.10
+++ ChangeLog	4 Jan 2003 18:43:43 -0000
@@ -1,5 +1,10 @@
+2003-01-04  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* sgml/makemakefile: Oops, use new entity consistently in generated
+	ecos.sgml.
+
 2003-01-03  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* sgml/makemakefile: Try to shorten generated entity names.
 	* sgml/doclist: add terminating LF.
 
Index: sgml/makemakefile
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/makemakefile,v
retrieving revision 1.6
diff -u -5 -p -r1.6 makemakefile
--- sgml/makemakefile	3 Jan 2003 23:42:20 -0000	1.6
+++ sgml/makemakefile	4 Jan 2003 18:43:43 -0000
@@ -70,11 +70,11 @@ EOF
 
 for i in `cat doclist`; do
   line="`echo $i | sed 's/#.*//;'`"
   if (test ! -z $line); then
    /bin/echo -n " ../../packages/$i" >> makefile
-   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'`"
    echo "<!ENTITY $entityi SYSTEM \"../../packages/$i\">" >> ecos.sgml
   fi
 done
 echo "<!ENTITY hal-common-current-doc-porting-sgml SYSTEM \"../../packages/hal/common/current/doc/porting.sgml\">" >> ecos.sgml
 
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/common/current/ChangeLog,v
retrieving revision 1.13
diff -u -5 -p -r1.13 ChangeLog
--- ChangeLog	6 Oct 2002 13:07:53 -0000	1.13
+++ ChangeLog	4 Jan 2003 18:44:04 -0000
@@ -1,5 +1,9 @@
+2003-01-04  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* doc/tcpip.sgml: Use new entity name for tcpip manpages.
+
 2002-10-06  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* tests/multi_lo_select.c: Need the io_fileio.h header file
 	* tests/tcp_echo.c: (max): definition clashes with the one in
 	the header file lib/libkern/libkern.h
Index: doc/tcpip.sgml
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/common/current/doc/tcpip.sgml,v
retrieving revision 1.2
diff -u -5 -p -r1.2 tcpip.sgml
--- doc/tcpip.sgml	15 Sep 2002 21:43:28 -0000	1.2
+++ doc/tcpip.sgml	4 Jan 2003 18:44:04 -0000
@@ -474,7 +474,7 @@ thread will shut down all interfaces and
 the interfaces again from scratch.  This may cause chaos in the
 app, which is why managing the DHCP state in an application aware
 thread is actually better, just far less convenient for testing.</PARA>
 </SECT1>
 </CHAPTER>
-    &net-common-current-doc-tcpip-manpages-sgml;
+    &net-common-tcpip-manpages-sgml;
 </PART>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]