changeset 396:256f9ccc0c3c

* sgml/makemakefile: Removed the second OTHER_SGML which clobbers the first correct definition, so stopping dependencies working.
author asl
date Tue, 29 Oct 2002 08:19:21 +0000
parents 9f81d6e38c3d
children 9fc33f5be435
files doc/ChangeLog doc/sgml/makemakefile
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-28  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* sgml/makemakefile: Removed the second OTHER_SGML which clobbers
+	the first correct definition, so stopping dependencies working.
+
 2002-10-15  Iztok Zupet <iz@vsr.si>
 
 	* sgml/README-PDF: added
--- a/doc/sgml/makemakefile
+++ b/doc/sgml/makemakefile
@@ -82,7 +82,6 @@ cat >> makefile <<EOF
 
 MAIN_HTML  := ecos.html
 MAIN_PDF   := ecos.pdf
-OTHER_SGML :=
 PICTURES   :=
 
 include \$(TOPLEVEL)/pkgconf/rules.doc
@@ -192,3 +191,5 @@ for i in `cat doclist`; do
 done
 
 echo '</book>' >> ecos.sgml
+
+