mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
9e0affc66d
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
11 lines
224 B
Makefile
11 lines
224 B
Makefile
if BUILD_DOCS
|
|
SUBDIRS_DOCS = libs
|
|
else
|
|
SUBDIRS_DOCS =
|
|
endif
|
|
|
|
SUBDIRS = $(SUBDIRS_DOCS)
|
|
DIST_SUBDIRS = libs
|
|
|
|
#upload:
|
|
# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi
|