diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2004-12-20 16:29:05 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2004-12-20 16:29:05 +0000 |
commit | 87f2c8b770e768b90f7d2c79ddcdb55457e55c40 (patch) | |
tree | 607ebd0f6699e68d66412692c246bfb699496544 /Makefile.am | |
parent | 8f66306a156acb71e5a1f65a211d7626eefbaa40 (diff) |
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 e20dd34a4..ed18dd730 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 \ |