diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2004-12-20 16:29:06 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2004-12-20 16:29:06 +0000 |
commit | 9e0affc66d8f2417b23f867c4b44cdd7c075c6ad (patch) | |
tree | 8b19288fd6cf7655b1c0d66f0fd332de777c5639 /docs/Makefile.am | |
parent | 044311fe917388c2b93c805ae5c34dca4ad30626 (diff) |
Added boilerplate gtk-doc files for plugin-libs documentation.
Original commit message from CVS:
Added boilerplate gtk-doc files for plugin-libs documentation.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 000000000..1664f70e0 --- /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 |