mirror of https://github.com/GNOME/gimp.git
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:
parent
8596cc6727
commit
5622fa28ff
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`; \
|
||||
|
|
Loading…
Reference in New Issue