mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
15 lines
225 B
Makefile
15 lines
225 B
Makefile
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 \
|
|
version.entities.in
|
|
|
|
upload:
|
|
make -C plugins upload
|