summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-17 18:55:06 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-17 18:55:06 +0000
commitf6032403ce42c6ed75f685eb0044caa2139dcce1 (patch)
treea1f97178ebf73e2061a0656c54fae2d8e14c94a7
parent4b385e51c46f709dc55e229c52b25d13dc097b44 (diff)
downloaddrakwizard-f6032403ce42c6ed75f685eb0044caa2139dcce1.tar
drakwizard-f6032403ce42c6ed75f685eb0044caa2139dcce1.tar.gz
drakwizard-f6032403ce42c6ed75f685eb0044caa2139dcce1.tar.bz2
drakwizard-f6032403ce42c6ed75f685eb0044caa2139dcce1.tar.xz
drakwizard-f6032403ce42c6ed75f685eb0044caa2139dcce1.zip
do not read .wiz files
-rw-r--r--po/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/po/Makefile b/po/Makefile
index 394346a0..d066dca9 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -3,12 +3,9 @@ localedir = ${prefix}/share/locale
PGOAL = drakwizard
-# *.wiz files
-WIZFILES = $(shell find .. -type f -name "*.wiz")
# perl files with translatable strings
PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm")
-WIZCFILES = $(WIZFILES:%=%_.c)
PL_CFILES = $(PL_FILES:%=%_.c)
POFILES = $(shell ls *.po)
@@ -17,9 +14,6 @@ LANGS = $(POFILES:%.po=%)
all: $(PGOAL).pot $(MOFILES)
-$(WIZCFILES): %_.c: %
- ../wiz2fake_c.pl $< > $@
-
$(PL_CFILES): %_.c: %
./fake_c.pl $< > $@