+Thu Nov 9 13:53:21 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * doc/Makefile.in: use internals.html/index.html as dependency target
+ so we only rebuild the docs when really needed
+
Wed Nov 8 14:55:48 CET 2000 Wichert Akkerman <wakkerma@debian.org>
* Makefile.conf, debian/rules: no longer install any emacs support stuff
MAN5PAGES = deb-control.5 deb-old.5 deb.5
-all: internals.html all-recursive
+all: internals.html/index.html all-recursive
clean: clean-recursive
$(RM) $(srcdir)/manuals-version
echo "<!entity manuals-version \"$$v\">" > $@
echo "<!entity dpkg-version \"$(VERSION)\">" >> $@
-internals.html: internals.sgml manuals-version
+internals.html/index.html: internals.sgml manuals-version
debiandoc2html -n -D. $<
install-doc: install-doc-recursive