diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | po/Makefile | 7 |
2 files changed, 4 insertions, 7 deletions
@@ -1,3 +1,7 @@ +2012-04-25 14:25 Kamil Rytarowski <kamil at mageia.org> + + * po/Makefile: remove placeholder.h references + 2012-04-25 14:20 Kamil Rytarowski <kamil at mageia.org> * po/am.po, po/ar.po, po/az.po, po/bg.po, po/bn.po, po/br.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) - - |