[ohm] ohm: Branch 'master'

Rob Taylor robtaylor at kemper.freedesktop.org
Fri Aug 17 09:12:16 PDT 2007


 docs/reference/libohm/Makefile.am     |    2 +-
 docs/reference/ohm-plugin/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree a3c11e4bf2999496aa21cf17dd1575f8ef95c871 (from 0fe3310d5cce941633c16fc104e92e60bc43bd7f)
Author: Rob Taylor <rob.taylor at codethink.co.uk>
Date:   Fri Aug 17 17:12:38 2007 +0100

    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.

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 += 


More information about the Ohm-devel mailing list