summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
blob: 7b18fde82da38bef3f38b9046f4afde1376359a8 (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