From 87f2c8b770e768b90f7d2c79ddcdb55457e55c40 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 20 Dec 2004 16:29:05 +0000 Subject: Added boilerplate gtk-doc files for plugin-libs documentation. Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation. --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e20dd34a..ed18dd73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,9 @@ +if BUILD_DOCS +SUBDIRS_DOCS = docs +else +SUBDIRS_DOCS = +endif + if USE_GCONFTOOL GCONF_DIR=gconf else @@ -25,7 +31,8 @@ SUBDIRS=gst-libs \ po \ common \ m4 \ - pkgconfig + pkgconfig \ + $(SUBDIRS_DOCS) DIST_SUBDIRS=ext gst-libs \ gst sys \ -- cgit