summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-04-19 20:06:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-04-19 20:11:41 -0400
commitbf5e57d2a787b44964bd00cda22bf47d4148f4b7 (patch)
tree78925e73c2d5fdb156982858f818da9e27a2cf33
parent34273f386e045b8886190962d148d9fadae39a49 (diff)
downloadgtk+-bf5e57d2a787b44964bd00cda22bf47d4148f4b7.tar.gz
po: Add a rule to generate files
This should help translators generate an updates pot file. Just doing make -C po gtk30.pot should work now, no need to build the entire module.
-rw-r--r--po/Makefile.in.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 149721200e..577c0ab158 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -68,6 +68,9 @@ INSTOBJEXT = @INSTOBJEXT@
.SUFFIXES:
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
+$(filter %.ui.h, $(POTFILES)):
+ $(MAKE) -C ../gtk gtkresources.c
+
.c.o:
$(COMPILE) $<