diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-04-19 20:06:52 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-04-19 20:11:41 -0400 |
commit | bf5e57d2a787b44964bd00cda22bf47d4148f4b7 (patch) | |
tree | 78925e73c2d5fdb156982858f818da9e27a2cf33 /po | |
parent | 34273f386e045b8886190962d148d9fadae39a49 (diff) | |
download | gtk+-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.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 3 |
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) $< |