summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile7
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)
-
-