From ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 17 Sep 2003 19:15:51 +0000 Subject: readd wiz fake_c processor --- po/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $< > $@ -- cgit v1.2.1