planner r874 - in trunk: . data data/mime data/stylesheets



Author: kmaute
Date: Tue Jan 29 23:55:26 2008
New Revision: 874
URL: http://svn.gnome.org/viewvc/planner?rev=874&view=rev

Log:
Patch to correct distcheck error, courtesy of Gilles Dartiguelongue
(bug #464359)


Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/data/Makefile.am
   trunk/data/mime/Makefile.am
   trunk/data/stylesheets/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Jan 29 23:55:26 2008
@@ -36,7 +36,13 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libplanner-1.pc
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-database --disable-dotnet --enable-python
+DISTCHECK_CONFIGURE_FLAGS =		\
+	--enable-gtk-doc		\
+	--enable-database		\
+	--disable-dotnet		\
+	--enable-python			\
+	--disable-scrollkeeper		\
+	--disable-update-mimedb
 
 # Workaround broken scrollkeeper that doesn't remove its files on
 # uninstall. Same with the shared mime info, the generated files

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Tue Jan 29 23:55:26 2008
@@ -20,7 +20,7 @@
 endif
 
 EXTRA_DIST = 				\
-	planner.desktop.in		\
+	$(desktop_in_files)		\
 	$(schema_in_files)		\
 	$(man_MANS)
 

Modified: trunk/data/mime/Makefile.am
==============================================================================
--- trunk/data/mime/Makefile.am	(original)
+++ trunk/data/mime/Makefile.am	Tue Jan 29 23:55:26 2008
@@ -5,7 +5,10 @@
 mimedir = $(datadir)/mime/packages
 mime_DATA = $(xml_files)
 
-EXTRA_DIST = $(xml_in_files)
+EXTRA_DIST = 		\
+	$(xml_in_files)	\
+	planner.keys.in
+
 CLEANFILES = $(xml_files)
 
 install-data-hook:

Modified: trunk/data/stylesheets/Makefile.am
==============================================================================
--- trunk/data/stylesheets/Makefile.am	(original)
+++ trunk/data/stylesheets/Makefile.am	Tue Jan 29 23:55:26 2008
@@ -3,11 +3,12 @@
 stylesheet_DATA = \
 	planner2html.xsl		\
 	html1_css.xsl			\
-	html1_css_ie.xsl			\
-        html1_gantt.xsl			\
-        html1_resources.xsl		\
-        html1_tasks.xsl			\
+	html1_css_ie.xsl		\
+	html1_gantt.xsl			\
+	html1_resources.xsl		\
+	html1_tasks.xsl			\
 	planner2plannerv011.xsl		\
-	msp2planner.xsl
+	msp2planner.xsl			\
+	localizable.xml
 
 EXTRA_DIST = $(stylesheet_DATA)



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