diff options
Diffstat (limited to 'src/po/Makefile')
-rw-r--r-- | src/po/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index 693b55ed4..7c03fe4a7 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -168,7 +168,6 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p %.desktop: %.desktop.in $(POFILES) @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS $(MSGFMT) --desktop -d . --template $< -o $@ - cp -f $@ ../../runtime/$@ update-po: $(LANGUAGES) |