summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: b8ec7177ca7a20382273f03581df8ca688237c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ENABLE_GTK_DOC
GTK_DOC_DIRS = libs plugins
else
GTK_DOC_DIRS =
endif

SUBDIRS = $(GTK_DOC_DIRS)
DIST_SUBDIRS = libs plugins

EXTRA_DIST = \
        upload.mak \
        version.entities.in

upload:
	@if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi