changeset 563:c5c3401da4c4

* sgml/doclist: Added snmp-manpages.sgml * sgml/makemakefile: Extend the kludge to include snmp-manpages.sgml
author asl
date Mon, 03 Feb 2003 16:35:33 +0000
parents 5357047a765d
children b2555133d1ad
files doc/ChangeLog doc/sgml/doclist doc/sgml/makemakefile
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-30  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* sgml/doclist: Added snmp-manpages.sgml 
+	* sgml/makemakefile: Extend the kludge to include snmp-manpages.sgml
+	
 2003-01-22  John Dallaway  <jld@ecoscentric.com>
 
 	* sgml/makemakefile: Allow eCos package version to be specified
--- a/doc/sgml/doclist
+++ b/doc/sgml/doclist
@@ -17,6 +17,7 @@ net/tcpip/current/doc/openbsd.sgml
 net/bsd_tcpip/current/doc/freebsd.sgml
 io/eth/current/doc/ethdrv.sgml
 net/snmp/agent/current/doc/snmp.sgml
+net/snmp/agent/current/doc/snmp-manpages.sgml
 net/ns/dns/current/doc/dns.sgml
 net/httpd/current/doc/httpd.sgml
 net/ftpclient/current/doc/ftpclient.sgml
--- a/doc/sgml/makemakefile
+++ b/doc/sgml/makemakefile
@@ -186,7 +186,7 @@ for i in `cat doclist`; do
   if (test ! -z $line); then
    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
+   if [ "`basename $i`" != "tcpip-manpages.sgml" -a "`basename $i`" != "snmp-manpages.sgml" ]; then
      echo "&$entityi;" >> ecos.sgml
    fi
   fi