gimp r27100 - in trunk: . menus



Author: neo
Date: Wed Oct  1 17:34:36 2008
New Revision: 27100
URL: http://svn.gnome.org/viewvc/gimp?rev=27100&view=rev

Log:
2008-10-01  Sven Neumann  <sven gimp org>

	* menus/Makefile.am (%.xml): added a dependency on configure.in 
to
	make sure that the image-menu.xml file is rebuilt when the 
version
	number is changed.



Modified:
   trunk/ChangeLog
   trunk/menus/Makefile.am

Modified: trunk/menus/Makefile.am
==============================================================================
--- trunk/menus/Makefile.am	(original)
+++ trunk/menus/Makefile.am	Wed Oct  1 17:34:36 2008
@@ -51,7 +51,7 @@
 DEBUG_MENU_PARAMS = --stringparam debug-menu yes
 endif
 
-%.xml: %.xml.in $(srcdir)/menus.xsl dialogs-menuitems.xml
+%.xml: %.xml.in $(top_srcdir)/configure.in $(srcdir)/menus.xsl dialogs-menuitems.xml
 if HAVE_XSLTPROC
 	$(XSLTPROC) --xinclude $(DEBUG_MENU_PARAMS) $(srcdir)/menus.xsl $< > $(@) || rm -f $(@)
 else



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