diff doc/sgml/makemakefile @ 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 6cb2df2d7395
children 5d3c69a21b47
line wrap: on
line diff
--- 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
+
+