Makefile.am

Original commit message from CVS:
Makefile.am
This commit is contained in:
Thomas Vander Stichele 2005-08-30 19:24:03 +00:00
parent 90603b748a
commit 6dad72a3a9

16
docs/Makefile.am Normal file
View file

@ -0,0 +1,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