structured: Enhance error message when no clip duration set
[platform/upstream/gst-editing-services.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 DOCS_SUBDIRS = libs
3 else
4 DOCS_SUBDIRS = 
5 endif
6
7 SUBDIRS = $(DOCS_SUBDIRS)
8 DIST_SUBDIRS = libs
9
10 EXTRA_DIST = \
11         version.entities.in
12
13 upload:
14         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi