Makefile.am
[platform/upstream/gstreamer.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 GTK_DOC_DIRS = plugins
3 else
4 GTK_DOC_DIRS =
5 endif
6
7 SUBDIRS = $(GTK_DOC_DIRS)
8 DIST_SUBDIRS = plugins
9
10 EXTRA_DIST = \
11         random/ChangeLog-0.8
12 upload.mak \
13         version.entities.in
14
15 #upload:
16 #       @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi