diff options
| author | Havoc Pennington <hp@redhat.com> | 2003-09-29 02:33:36 +0000 | 
|---|---|---|
| committer | Havoc Pennington <hp@redhat.com> | 2003-09-29 02:33:36 +0000 | 
| commit | 093db0df8919c0f6710ddb1a6c27c0776f4a7e20 (patch) | |
| tree | 5bdd6d215ff64daf1f4e2e06a599c5a63c7817d6 | |
| parent | 92a2943c91584b0f3361ef6d30b2b92cdd872f40 (diff) | |
enhance debian hacks
| -rw-r--r-- | doc/Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 &&	\ | 
