diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-06-29 13:35:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-06-29 13:35:04 +0000 |
commit | 79dc9a341972425c632af99e686047916e3ab015 (patch) | |
tree | 4494578a74704f5ca0528a932544dd105a37e1e4 /Makefile.am | |
parent | 2e2623748d33d67d13d0ce3106b86c5f5374b194 (diff) |
dist docs
Original commit message from CVS:
dist docs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 26c8a8ec..9ac9f657 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,3 @@ -if BUILD_DOCS -# disabled until it actually works -# SUBDIRS_DOCS = docs -SUBDIRS_DOCS = -else -SUBDIRS_DOCS = -endif - if USE_GCONFTOOL GCONF_DIR = gconf else @@ -30,14 +22,14 @@ SUBDIRS = \ $(EXAMPLES_DIR) \ tools \ $(GCONF_DIR) \ + docs \ po \ common \ m4 \ pkgconfig -# disabled -# $(SUBDIRS_DOCS) DIST_SUBDIRS = \ + docs \ gst-libs \ gst sys ext \ examples \ @@ -48,9 +40,6 @@ DIST_SUBDIRS = \ m4 \ pkgconfig -# disabled -# docs - EXTRA_DIST = \ gst-plugins-base.spec depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ |