summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-09-08 12:59:48 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-09-08 12:59:48 +0000
commit9ceff89560476055bf00c8c0e89d0f90c1af75de (patch)
treeea928ec73297d9affb5cf1e9493f5b8249ee241f /doc
parent531895aa7be9aeedc07610c8585e4b4cc67b022d (diff)
downloadxine-lib-9ceff89560476055bf00c8c0e89d0f90c1af75de.tar.gz
xine-lib-9ceff89560476055bf00c8c0e89d0f90c1af75de.tar.bz2
fix the build errors, sorry for the inconvenience
CVS patchset: 6948 CVS date: 2004/09/08 12:59:48
Diffstat (limited to 'doc')
-rw-r--r--doc/faq/Makefile.am10
-rw-r--r--doc/hackersguide/Makefile.am10
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am
index 311be2615..7b602a5b8 100644
--- a/doc/faq/Makefile.am
+++ b/doc/faq/Makefile.am
@@ -20,11 +20,11 @@ clean-docs:
test "x$(srcdir)" = x. || rm -f faq.sgml
dist-hook:
-ifndef distcheck_lax
- @$(MAKE) fail_if_missing=yes docs
-else
- @$(MAKE) docs
-endif
+ @if test x"$(distcheck_lax)" = x ; then \
+ $(MAKE) fail_if_missing=yes docs ; \
+ else \
+ $(MAKE) docs ; \
+ fi
if HAVE_SGMLTOOLS
faq.html: faq.sgml
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am
index 4849117ae..4fe0d06ad 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -32,11 +32,11 @@ clean-docs:
test "x$(srcdir)" = x. || rm -f $(hackersguide_sgml)
dist-hook:
-ifndef distcheck_lax
- @$(MAKE) fail_if_missing=yes docs
-else
- @$(MAKE) docs
-endif
+ @if test x"$(distcheck_lax)" = x ; then \
+ $(MAKE) fail_if_missing=yes docs ; \
+ else \
+ $(MAKE) docs ; \
+ fi
if HAVE_SGMLTOOLS
hackersguide.html: $(hackersguide_sgml)