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:
@ -68,6 +68,9 @@ INSTOBJEXT = @INSTOBJEXT@
|
|||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
|
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
|
||||||
|
|
||||||
|
$(filter %.ui.h, $(POTFILES)):
|
||||||
|
$(MAKE) -C ../gtk gtkresources.c
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(COMPILE) $<
|
$(COMPILE) $<
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user