From c1e1e5df072e20542c35646237d663a03fa8c9c2 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Wed, 25 Apr 2012 12:25:57 +0000 Subject: - remove placeholder.h references --- po/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 6ad1baf..4c76cac 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,8 +5,6 @@ PGOAL = drakpxelinux # perl files to search translatable strings in PL_FILES = ../drakpxelinux.pl -# C-like files to search translatable strings in -#CFILES = ./placeholder.h POFILES = $(shell ls *.po) MOFILES = $(POFILES:%.po=%.mo) @@ -20,9 +18,6 @@ all: $(GOALS) %.mo: %.po msgfmt -o $@ $< -placeholder.h: - ./create_placeholder - merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ @@ -41,5 +36,3 @@ install: all clean: @rm -rf *~ *.mo $(MOFILES) - - -- cgit v1.2.1