projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
docs: Minor fixes
[platform/upstream/gstreamer.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