mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
e461b101d7
Original commit message from CVS: adding doc stuff
12 lines
192 B
Makefile
12 lines
192 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
|