comparison 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
comparison
equal deleted inserted replaced
395:9f81d6e38c3d 396:256f9ccc0c3c
80 80
81 cat >> makefile <<EOF 81 cat >> makefile <<EOF
82 82
83 MAIN_HTML := ecos.html 83 MAIN_HTML := ecos.html
84 MAIN_PDF := ecos.pdf 84 MAIN_PDF := ecos.pdf
85 OTHER_SGML :=
86 PICTURES := 85 PICTURES :=
87 86
88 include \$(TOPLEVEL)/pkgconf/rules.doc 87 include \$(TOPLEVEL)/pkgconf/rules.doc
89 EOF 88 EOF
90 89
190 fi 189 fi
191 fi 190 fi
192 done 191 done
193 192
194 echo '</book>' >> ecos.sgml 193 echo '</book>' >> ecos.sgml
194
195