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

SUBDIRS = $(GTK_DOC_DIRS)
DIST_SUBDIRS = plugins

EXTRA_DIST = \
        random/ChangeLog-0.8 \
	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