Fix to use the intltool rules from Christophe Fergeau
2002-05-01 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Fix to use the intltool rules from Christophe Fergeau <teuf@users.sourceforge.net>
This commit is contained in:
parent
0ffaac722b
commit
bd50317fd6
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-05-01 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* Makefile.am: Fix to use the intltool rules from Christophe Fergeau
|
||||
<teuf@users.sourceforge.net>
|
||||
|
||||
2002-04-05 Tuomas Kuosmanen <tigert@ximian.com>
|
||||
|
||||
* accessibility-directory.png: unsuck it.
|
||||
|
|
|
@ -24,8 +24,7 @@ EXTRA_DIST = $(desktop_in_in_files) $(groups_in_in_files) $(pixmaps_DATA)
|
|||
$(desktop_in_files): %.desktop.in: %.desktop.in.in
|
||||
sed s#Icon=#Icon=$(GNOMECC_ICONS_DIR)/# < $< > $@
|
||||
|
||||
$(desktop_files): %.desktop: %.desktop.in
|
||||
$(top_builddir)/intltool-merge -d $(top_srcdir)/po $< $@
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
all-local: $(desktop_files) $(groups_files)
|
||||
|
||||
|
@ -49,5 +48,4 @@ Gnomecc_DATA = $(groups_files)
|
|||
$(groups_in_files): %.directory.in: %.directory.in.in
|
||||
sed s#Icon=#Icon=$(pixmapsdir)/# < $< > $@
|
||||
|
||||
$(groups_files): %.directory: %.directory.in
|
||||
$(top_builddir)/intltool-merge -d $(top_srcdir)/po $< $@
|
||||
@INTLTOOL_DIRECTORY_RULE@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue