diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 559924ea..4ed45140 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,6 +16,9 @@ LANGS = $(POFILES:%.po=%) all: $(PGOAL).pot $(MOFILES) +$(WIZCFILES): %_.c: % + ../wiz2fake_c.pl $< > $@ + $(PL_CFILES): %_.c: % ./fake_c.pl $< > $@ |