devhelp r1214 - in trunk: . data po src



Author: rhult
Date: Sat Oct 11 06:59:47 2008
New Revision: 1214
URL: http://svn.gnome.org/viewvc/devhelp?rev=1214&view=rev

Log:
2008-10-11  Richard Hult  <richard imendio com>

	* data/Makefile.am:
	* src/Makefile.am: Small distcheck fixes.


Modified:
   trunk/ChangeLog
   trunk/data/Makefile.am
   trunk/po/ChangeLog
   trunk/po/POTFILES.in
   trunk/src/Makefile.am

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Sat Oct 11 06:59:47 2008
@@ -22,7 +22,7 @@
 defaultsdir = $(datadir)/devhelp
 defaults_DATA = devhelp.defaults
 devhelp.defaults: devhelp.schemas.in
-	cp $(srcdir)/devhelp.schemas.in $(builddir)/devhelp.defaults
+	cp $(top_srcdir)/data/devhelp.schemas.in $(top_builddir)/data/devhelp.defaults
 
 EXTRA_DIST =			\
 	libdevhelp-1.0.pc.in    \

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Sat Oct 11 06:59:47 2008
@@ -2,7 +2,7 @@
 # Please keep this file sorted alphabetically.
 data/devhelp.desktop.in.in
 data/devhelp.schemas.in
-data/ui/devhelp.glade
+data/ui/devhelp.builder
 misc/gedit-plugin/devhelp.desktop.in
 misc/gedit-plugin/devhelp/devhelp.py
 src/dh-assistant.c

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Sat Oct 11 06:59:47 2008
@@ -83,7 +83,7 @@
 
 if HAVE_PLATFORM_OSX
 conf_platform_sources = ige-conf-mac.c
-libdevhelp_1_la_CPPFLAGS += -xobjective.c
+libdevhelp_1_la_CPPFLAGS += -xobjective-c
 endif
 if HAVE_PLATFORM_X11
 conf_platform_sources = ige-conf-gconf.c



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