summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/faq/Makefile.am1
-rw-r--r--doc/hackersguide/Makefile.am21
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/en/Makefile.am1
5 files changed, 17 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9929c3dcc..86ae75f8e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/misc/Makefile.quiet
include $(top_srcdir)/misc/Makefile.common
SUBDIRS = man hackersguide faq
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am
index dd3d92c38..f6fc1dd10 100644
--- a/doc/faq/Makefile.am
+++ b/doc/faq/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/misc/Makefile.quiet
include $(top_srcdir)/misc/Makefile.common
doc_DATA = faq.txt
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am
index e7e9289c4..f686f98f9 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/misc/Makefile.quiet
include $(top_srcdir)/misc/Makefile.common
hackersguide_docbook = hackersguide.docbook \
@@ -37,35 +38,39 @@ dist-hook:
distclean-local: clean-docs
+AM_V_FAKE = $(am__v_FAKE_$(V))
+am__v_FAKE_ = $(am__v_FAKE_$(AM_DEFAULT_VERBOSITY))
+am__v_FAKE_0 = @echo " FAKE " $@;
+
if HAVE_XMLTO
hackersguide.html: $(hackersguide_docbook)
- xmlto xhtml-nochunks "$(srcdir)/hackersguide.docbook"
+ $(AM_V_GEN)xmlto xhtml-nochunks "$(srcdir)/hackersguide.docbook"
else
hackersguide.html: $(hackersguide_docbook)
- if test x"$(fail_if_missing)" = x"yes"; then \
+ $(AM_V_FAKE)if test x"$(fail_if_missing)" = x"yes"; then \
echo "Please install xmlto."; \
exit 1; \
- fi
+ fi; \
if test x"$(fail_if_missing)" != x"yes"; then \
touch $@; \
sleep 1; \
touch $^; \
fi
endif
- $(SED) -i -e '/<img [^>]*alt=/! s/<img /<img alt="" /g' $@ # we want valid XHTML 1.1
+ $(AM_V_at)$(SED) -i -e '/<img [^>]*alt=/! s/<img /<img alt="" /g' $@ # we want valid XHTML 1.1
if HAVE_RSVG
.svg.png:
- rsvg -f png $^ $@
+ $(AM_V_GEN)rsvg -f png $^ $@
if HAVE_OPTIPNG
- optipng $@
+ $(AM_V_at)optipng $@
endif
else
.svg.png:
- if test x"$(fail_if_missing)" = x"yes"; then \
+ $(AM_V_FAKE)if test x"$(fail_if_missing)" = x"yes"; then \
echo "Please install rsvg."; \
exit 1; \
- fi
+ fi; \
if test x"$(fail_if_missing)" != x"yes"; then \
touch $@; \
sleep 1; \
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 2f7d162d2..9f3800ce6 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/misc/Makefile.quiet
include $(top_srcdir)/misc/Makefile.common
SUBDIRS = en
diff --git a/doc/man/en/Makefile.am b/doc/man/en/Makefile.am
index c8d616c35..f6e323558 100644
--- a/doc/man/en/Makefile.am
+++ b/doc/man/en/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/misc/Makefile.quiet
include $(top_srcdir)/misc/Makefile.common
STATICMANS = xine-config.1 xine.5