mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
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.
This commit is contained in:
parent
34273f386e
commit
bf5e57d2a7
@ -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) $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user