summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-08-17 17:12:38 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-08-17 17:12:38 +0100
commita3c11e4bf2999496aa21cf17dd1575f8ef95c871 (patch)
tree8c164d1044781ee201a104768cc65b25d4044aa4
parent0fe3310d5cce941633c16fc104e92e60bc43bd7f (diff)
Comment out EXTRA_DIST += lines in gtk-doc makefiles.
Comment out EXTRA_DIST += lines in gtk-doc makefiles, we don't need em yet, and it makes automake complain. I really need to just kill using gtkdocize and write these makefiles by hand.
-rw-r--r--docs/reference/libohm/Makefile.am2
-rw-r--r--docs/reference/ohm-plugin/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/libohm/Makefile.am b/docs/reference/libohm/Makefile.am
index ec58a3d..9101bb0 100644
--- a/docs/reference/libohm/Makefile.am
+++ b/docs/reference/libohm/Makefile.am
@@ -75,4 +75,4 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=
+#EXTRA_DIST +=
diff --git a/docs/reference/ohm-plugin/Makefile.am b/docs/reference/ohm-plugin/Makefile.am
index 7fa3707..02c4fff 100644
--- a/docs/reference/ohm-plugin/Makefile.am
+++ b/docs/reference/ohm-plugin/Makefile.am
@@ -86,4 +86,4 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=
+#EXTRA_DIST +=