From 7a5a4dc419b85c1740dfd0e0a78de69e0f0b96b9 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 28 Oct 2003 16:55:05 +0000 Subject: build empty placeholders for those developers who do not have the necessary tools installed, but force a rebuild during "make dist" CVS patchset: 5626 CVS date: 2003/10/28 16:55:05 --- doc/hackersguide/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/hackersguide') diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index 9a07e8e68..8ba5a6e02 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -17,6 +17,7 @@ docsdir = $(prefix)/share/doc/xine/hackersguide docs: $(docs_DATA) dist-hook: + @touch $(EXTRA_DIST) @make fail_if_missing=yes docs cp $(docs_DATA) $(distdir) @@ -26,6 +27,7 @@ hackersguide.html: $(hackersguide_sgml) else if test "$(fail_if_missing)" = "yes"; then \ echo "Please install sgmltools-lite."; \ exit 1; \ + else touch hackersguide.html; \ fi; \ fi @@ -35,5 +37,6 @@ hackersguide.html: $(hackersguide_sgml) else if test "$(fail_if_missing)" = "yes"; then \ echo "Please install fig2dev."; \ exit 1; \ + else touch $@; \ fi; \ fi -- cgit v1.2.3