mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
36d0c9ce29
Original commit message from CVS: reinstate plugin docs
15 lines
293 B
Makefile
15 lines
293 B
Makefile
if ENABLE_GTK_DOC
|
|
GTK_DOC_DIRS = libs
|
|
else
|
|
GTK_DOC_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(GTK_DOC_DIRS)
|
|
DIST_SUBDIRS = libs
|
|
|
|
EXTRA_DIST = \
|
|
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
|