comparison src/po/Makefile @ 4340:12636b824816 v7.3.919

updated for version 7.3.919 Problem: An empty nl.po file does not work with an old msgfmt. Solution: Put a single # in the file. (Laurent Blume)
author Bram Moolenaar <bram@vim.org>
date Sat, 04 May 2013 03:37:10 +0200
parents 386fc822dd00
children 605c9ce57ec3
comparison
equal deleted inserted replaced
4339:22fa3049e934 4340:12636b824816
174 rm -f $(LOCALEDIR)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ 174 rm -f $(LOCALEDIR)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
175 done 175 done
176 176
177 converted: $(MOCONVERTED) 177 converted: $(MOCONVERTED)
178 178
179 # nl.po was added later, if it does not exist use an empty file. 179 # nl.po was added later, if it does not exist use a file with just a # in it
180 # (an empty file doesn't work with old msgfmt).
180 nl.po: 181 nl.po:
181 touch nl.po 182 @( echo \# > nl.po )
182 183
183 # Norwegian/Bokmal: "nb" is an alias for "no". 184 # Norwegian/Bokmal: "nb" is an alias for "no".
184 # Copying the file is not efficient, but I don't know of another way to make 185 # Copying the file is not efficient, but I don't know of another way to make
185 # this work. 186 # this work.
186 nb.po: no.po 187 nb.po: no.po