comparison src/po/Makefile @ 4067:386fc822dd00 v7.3.788

updated for version 7.3.788 Problem: When only using patches build fails on missing nl.po. Solution: Create an empty nl.po file.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 12:50:56 +0100
parents b29e55d0ef01
children 12636b824816
comparison
equal deleted inserted replaced
4066:9318d797e2e3 4067:386fc822dd00
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.
180 nl.po:
181 touch nl.po
182
179 # Norwegian/Bokmal: "nb" is an alias for "no". 183 # Norwegian/Bokmal: "nb" is an alias for "no".
180 # Copying the file is not efficient, but I don't know of another way to make 184 # Copying the file is not efficient, but I don't know of another way to make
181 # this work. 185 # this work.
182 nb.po: no.po 186 nb.po: no.po
183 cp no.po nb.po 187 cp no.po nb.po