]> err.no Git - dpkg/commitdiff
small fixup in internals manual build
authorWichert Akkerman <wakkerma@debian.org>
Thu, 9 Nov 2000 12:59:26 +0000 (12:59 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 9 Nov 2000 12:59:26 +0000 (12:59 +0000)
ChangeLog
doc/Makefile.in

index 997566f19fb90bd1536321374fe00e1db9753d03..bed5281f971ddc1ed7de1d6d64617b7192fcdf31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index ba34b170a4a48e6fff324830e75d857ff819b445..01e1bb4e1cc3face7c65404c5a3996be521043cf 100644 (file)
@@ -8,7 +8,7 @@ include ../Makefile.conf
 
 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
@@ -24,7 +24,7 @@ manuals-version: $(top_srcdir)/version-nr
        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