[Xfce4-commits] <parole:master> Fixed ./configure --enable-gtk-doc (bug #9196)

Sean Davis noreply at xfce.org
Tue Aug 14 16:46:01 CEST 2012


Updating branch refs/heads/master
         to 417cd48240c978b69e4c1b70dfb237466c0c6098 (commit)
       from 83f86cd015117540beff5c2f8b1a1f1aae5b1580 (commit)

commit 417cd48240c978b69e4c1b70dfb237466c0c6098
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Aug 14 10:44:29 2012 -0400

    Fixed ./configure --enable-gtk-doc (bug #9196)

 Makefile.am                 |    2 +-
 data/interfaces/Makefile.am |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c16eaa7..68888ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS =  			\
 	data			\
-	docs			\
 	src			\
+	docs			\
 	po
 
 
diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index db6b338..93aba6f 100644
--- a/data/interfaces/Makefile.am
+++ b/data/interfaces/Makefile.am
@@ -10,7 +10,6 @@ interfaces =					\
 interfaces_h = 					\
 	$(interfaces:.ui=_ui.h)
 
-if MAINTAINER_MODE
 BUILT_SOURCES = $(interfaces_h)
 
 parole_ui.h: parole.ui
@@ -34,7 +33,6 @@ open-location_ui.h: open-location.ui
 plugins_ui.h: plugins.ui
 	xdt-csource --static --strip-comments --strip-content --name=plugins_ui $< > $@
 
-endif
 
 CLEANFILES =					\
 	$(interfaces_h)


More information about the Xfce4-commits mailing list