mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
0a27e01804
Original commit message from CVS: updating docs build
15 lines
307 B
Makefile
15 lines
307 B
Makefile
if ENABLE_GTK_DOC
|
|
GTK_DOC_DIRS = libs plugins
|
|
else
|
|
GTK_DOC_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(GTK_DOC_DIRS)
|
|
DIST_SUBDIRS = libs plugins
|
|
|
|
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
|