From 230599b6d78a39121053f3ba3299a38eac21a254 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 20 Dec 2004 16:29:06 +0000 Subject: Added boilerplate gtk-doc files for plugin-libs documentation. Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation. --- docs/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/Makefile.am (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 00000000..1664f70e --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,11 @@ +if BUILD_DOCS +SUBDIRS_DOCS = libs +else +SUBDIRS_DOCS = +endif + +SUBDIRS = $(SUBDIRS_DOCS) +DIST_SUBDIRS = libs + +#upload: +# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi -- cgit v1.2.1