dbus/doc Makefile.am,1.11,1.12

Havoc Pennington hp@pdx.freedesktop.org
Sun, 28 Sep 2003 19:33:38 -0700


Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv23745/doc

Modified Files:
	Makefile.am 
Log Message:
enhance debian hacks


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/doc/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	29 Sep 2003 02:23:29 -0000	1.11
+++ Makefile.am	29 Sep 2003 02:33:36 -0000	1.12
@@ -14,6 +14,7 @@
 ## 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 @@
 	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 &&	\