diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-17 19:15:51 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-17 19:15:51 +0000 |
commit | ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb (patch) | |
tree | e57e951a32ba413b8529b6bb63eb02ea07a9efa0 | |
parent | a1c22a0badd723f3830692419e19530f13aa5e02 (diff) | |
download | drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar.gz drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar.bz2 drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.tar.xz drakwizard-ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb.zip |
readd wiz fake_c processor
-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 $< > $@ |