[yelp] Varous build fixed for distcheck



commit f5b077f7563bc25154d900a9a54bdbb2c0abec4b
Author: Shaun McCance <shaunm gnome org>
Date:   Sat Apr 24 13:23:10 2010 -0500

    Varous build fixed for distcheck

 data/Makefile.am    |    3 ++-
 libyelp/Makefile.am |    6 +++++-
 po/POTFILES.in      |   17 +----------------
 src/Makefile.am     |    6 ++++--
 4 files changed, 12 insertions(+), 20 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 0845210..9dfbde7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,7 +27,8 @@ EXTRA_DIST =					\
 	toc.xml			toc.xml.in	\
 	info.xml		info.xml.in	\
 	scrollkeeper.xml	default.css	\
-	yelp.js
+	$(gsettingsschema_DATA)			\
+	$(js_DATA)
 
 CLEANFILES = toc.xml man.xml info.xml
 
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 85d2a40..56a6595 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -48,7 +48,11 @@ BUILT_SOURCES =			\
 	yelp-types.c		\
 	yelp-types.h
 
-EXTRA_DIST = yelp-marshal.list
+EXTRA_DIST =			\
+	yelp-debug.h		\
+	yelp-error.h		\
+	yelp-io-channel.h	\
+	yelp-marshal.list
 
 yelp-marshal.h: stamp-yelp-marshal.h
 	@true
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f1addba..1f86202 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,10 +4,6 @@
 data/info.xml.in
 data/man.xml.in
 data/toc.xml.in
-[type: gettext/glade]data/ui/yelp-bookmarks.ui
-[type: gettext/glade]data/ui/yelp-bookmarks-add.ui
-[type: gettext/glade]data/ui/yelp-open-location.ui
-[type: gettext/glade]data/ui/yelp-preferences.ui
 libyelp/yelp-debug.c
 libyelp/yelp-docbook-document.c
 libyelp/yelp-document.c
@@ -25,17 +21,6 @@ libyelp/yelp-view.c
 src/eggdesktopfile.c
 src/eggsmclient.c
 src/yelp-application.c
-src/yelp-base.c
-src/yelp-bookmarks.c
-src/yelp-db-print.c
-src/yelp-error.c
-src/yelp-info.c
-src/yelp-main.c
-src/yelp-man.c
-src/yelp-page.c
-src/yelp-print.c
-src/yelp-search-parser.c
-src/yelp-search.c
-src/yelp-toc.c
 src/yelp-window.c
+src/yelp.c
 yelp.desktop.in.in
diff --git a/src/Makefile.am b/src/Makefile.am
index d2f4625..d57ffee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -118,8 +118,10 @@ CLEANFILES = xgen-ymh xgen-ymc
 
 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
 
-EXTRA_DIST = yelp-marshal.list yelp-infos.xml yelp-print.c yelp-print.h
-
+EXTRA_DIST =			\
+	yelp-dbus.xml		\
+	yelp-marshal.list	\
+	yelp-infos.xml
 
 
 install-exec-hook:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]