mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
cdd33a433e
Also do not generate tamplate files as all the documentation is inline. Drop un-needed code in autogen.sh as well. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
10 lines
184 B
Makefile
10 lines
184 B
Makefile
SUBDIRS =
|
|
|
|
if ENABLE_GTK_DOC
|
|
SUBDIRS += reference
|
|
endif
|
|
|
|
DIST_SUBDIRS = reference
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
MAINTAINERCLEANFILES = Makefile.in
|