Ver código fonte

small fixup in internals manual build

Wichert Akkerman 26 anos atrás
pai
commit
70cf5482b1
2 arquivos alterados com 7 adições e 2 exclusões
  1. 5 0
      ChangeLog
  2. 2 2
      doc/Makefile.in

+ 5 - 0
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

+ 2 - 2
doc/Makefile.in

@@ -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