diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2004-12-20 16:29:06 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2004-12-20 16:29:06 +0000 |
commit | 230599b6d78a39121053f3ba3299a38eac21a254 (patch) | |
tree | 2a0fd44994a4207bc21cf7686c774c8cfbbd188a /Makefile.am | |
parent | 38b5e6c5190549254b9ab3e7d86b9feb1366e44a (diff) | |
download | gst-plugins-bad-230599b6d78a39121053f3ba3299a38eac21a254.tar.gz gst-plugins-bad-230599b6d78a39121053f3ba3299a38eac21a254.tar.bz2 gst-plugins-bad-230599b6d78a39121053f3ba3299a38eac21a254.zip |
Added boilerplate gtk-doc files for plugin-libs documentation.
Original commit message from CVS:
Added boilerplate gtk-doc files for plugin-libs documentation.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
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 \ |