From 093db0df8919c0f6710ddb1a6c27c0776f4a7e20 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 29 Sep 2003 02:33:36 +0000 Subject: enhance debian hacks --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index d89befcf..5bd9fb1e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,6 +14,7 @@ endif ## it if we didn't get the proper output dbus-specification.html: dbus-specification.sgml + rm -f $@ && \ $(DB2HTML) -o . --nochunks $< > $@.stdout && \ (test -e $@ && rm -f $@.stdout || mv $@.stdout $@) && \ rm -rf $(srcdir)/dbus-specification/stylesheet-images && \ @@ -21,6 +22,7 @@ dbus-specification.html: dbus-specification.sgml rmdir $(srcdir)/dbus-specification ; fi) dbus-test-plan.html: dbus-test-plan.sgml + rm -f $@ && \ $(DB2HTML) -o . --nochunks $< > $@.stdout && \ (test -e $@ && rm -f $@.stdout || mv $@.stdout $@) && \ rm -rf $(srcdir)/dbus-test-plan/stylesheet-images && \ -- cgit