From f6032403ce42c6ed75f685eb0044caa2139dcce1 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 17 Sep 2003 18:55:06 +0000 Subject: do not read .wiz files --- po/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'po/Makefile') 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 $< > $@ -- cgit v1.2.1