diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-04-25 12:25:57 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-04-25 12:25:57 +0000 |
commit | c1e1e5df072e20542c35646237d663a03fa8c9c2 (patch) | |
tree | d43c8a03a137cce08a903b7828a9a29f4e1ef221 /po | |
parent | 4a7683d558fa8671e53f28cecaa11f2680a296af (diff) | |
download | drakpxelinux-c1e1e5df072e20542c35646237d663a03fa8c9c2.tar drakpxelinux-c1e1e5df072e20542c35646237d663a03fa8c9c2.tar.gz drakpxelinux-c1e1e5df072e20542c35646237d663a03fa8c9c2.tar.bz2 drakpxelinux-c1e1e5df072e20542c35646237d663a03fa8c9c2.tar.xz drakpxelinux-c1e1e5df072e20542c35646237d663a03fa8c9c2.zip |
- remove placeholder.h references
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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) - - |