data/tips/Makefile.am s/.intltool-merge-cachemake/.intltool-merge-cache/

2007-09-03  Michael Natterer  <mitch@gimp.org>

	* data/tips/Makefile.am
	* desktop/Makefile.am:
	s/.intltool-merge-cachemake/.intltool-merge-cache/ to fix
	distcheck, probably a "make" was entered in the wrong window.


svn path=/trunk/; revision=23450
This commit is contained in:
Michael Natterer 2007-09-03 13:20:42 +00:00 committed by Michael Natterer
parent 8596cc6727
commit 5622fa28ff
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2007-09-03 Michael Natterer <mitch@gimp.org>
* data/tips/Makefile.am
* desktop/Makefile.am:
s/.intltool-merge-cachemake/.intltool-merge-cache/ to fix
distcheck, probably a "make" was entered in the wrong window.
2007-09-02 Michael Natterer <mitch@gimp.org>
* configure.in: bump version to 2.4.0-rc2.

View File

@ -18,7 +18,7 @@ DISTCLEANFILES = $(tipsdata_data_files)
gimp-tips.xml: gimp-tips.xml.in $(wildcard $(top_srcdir)/po-tips/*.po)
$(INTLTOOL_MERGE) $(top_srcdir)/po-tips $< $(@) -x -u -c $(top_builddir)/po-tips/.intltool-merge-cachemake
$(INTLTOOL_MERGE) $(top_srcdir)/po-tips $< $(@) -x -u -c $(top_builddir)/po-tips/.intltool-merge-cache
validate: gimp-tips.xml

View File

@ -61,7 +61,7 @@ DISTCLEANFILES = $(desktop_files)
gimp.desktop: gimp.desktop.in $(wildcard $(top_srcdir)/po/*.po)
$(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@) -d -u -c $(top_builddir)/po/.intltool-merge-cachemake
$(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@) -d -u -c $(top_builddir)/po/.intltool-merge-cache
validate: gimp.desktop
( dfvalidate=`which desktop-file-validate`; \