summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-29 17:25:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-29 17:25:18 +0000
commit55b67f084d8efa2dce077f89bfbf1765bb2e5f11 (patch)
tree6fd0ceccc96f58b5186245da3c344ea8d9e2e0ef /docs/Makefile.am
parenta093da6d7dcfc1be815871a62efb43d4c268e1da (diff)
fix non-validating docbook make sure validation gets checked before building
Original commit message from CVS: fix non-validating docbook make sure validation gets checked before building
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 81e545fc9d..cf9cfc4aa0 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -5,6 +5,8 @@ else
SUBDIRS_PLUGINS =
endif
+# FIXME: separate this out into docbook and gtk-doc so it doesn't descend
+# for docs it can't build
if BUILD_DOCS
SUBDIRS_DOCS = faq manual pwg gst libs
else