mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Makefile.am
Original commit message from CVS: Makefile.am
This commit is contained in:
parent
90603b748a
commit
6dad72a3a9
1 changed files with 16 additions and 0 deletions
16
docs/Makefile.am
Normal file
16
docs/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
if ENABLE_GTK_DOC
|
||||||
|
GTK_DOC_DIRS = plugins
|
||||||
|
else
|
||||||
|
GTK_DOC_DIRS =
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = $(GTK_DOC_DIRS)
|
||||||
|
DIST_SUBDIRS = plugins
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
random/ChangeLog-0.8
|
||||||
|
upload.mak \
|
||||||
|
version.entities.in
|
||||||
|
|
||||||
|
#upload:
|
||||||
|
# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi
|
Loading…
Reference in a new issue