Makefile.am
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 30 Aug 2005 19:24:03 +0000 (19:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 30 Aug 2005 19:24:03 +0000 (19:24 +0000)
Original commit message from CVS:
Makefile.am

docs/Makefile.am [new file with mode: 0644]

diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644 (file)
index 0000000..7b18fde
--- /dev/null
@@ -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