projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Makefile: Add usage of build-checks step
[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 \
15
for a in $(SUBDIRS); do \
16
cd $$a; \
17
make upload; \
18
cd ..; \
19
done; \
20
fi