summaryrefslogtreecommitdiff
path: root/doc/hackersguide
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-28 16:55:05 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-28 16:55:05 +0000
commit7a5a4dc419b85c1740dfd0e0a78de69e0f0b96b9 (patch)
tree6271a41a7e6216de48458ecf4199bb443d148f22 /doc/hackersguide
parent3d8a9659f69f661fd38e2b364538fc776cc78863 (diff)
downloadxine-lib-7a5a4dc419b85c1740dfd0e0a78de69e0f0b96b9.tar.gz
xine-lib-7a5a4dc419b85c1740dfd0e0a78de69e0f0b96b9.tar.bz2
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
Diffstat (limited to 'doc/hackersguide')
-rw-r--r--doc/hackersguide/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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