From 70cf5482b152a645d520e9dc1367f8af9b5197f9 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 9 Nov 2000 12:59:26 +0000 Subject: [PATCH] small fixup in internals manual build --- ChangeLog | 5 +++++ doc/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 997566f1..bed5281f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 9 13:53:21 CET 2000 Wichert Akkerman + + * 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 * Makefile.conf, debian/rules: no longer install any emacs support stuff diff --git a/doc/Makefile.in b/doc/Makefile.in index ba34b170..01e1bb4e 100644 --- a/doc/Makefile.in +++ b/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 "" > $@ echo "" >> $@ -internals.html: internals.sgml manuals-version +internals.html/index.html: internals.sgml manuals-version debiandoc2html -n -D. $< install-doc: install-doc-recursive -- 2.39.5