summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-17 19:15:51 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-17 19:15:51 +0000
commitef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb (patch)
treee57e951a32ba413b8529b6bb63eb02ea07a9efa0 /po/Makefile
parenta1c22a0badd723f3830692419e19530f13aa5e02 (diff)
downloaddrakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar
drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar.gz
drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar.bz2
drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar.xz
drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.zip
readd wiz fake_c processor
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
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 $< > $@