]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
translation: Remove outdated rule for nl.po
authorRestorerZ <restorer@mail2k.ru>
Tue, 26 Aug 2025 19:49:57 +0000 (21:49 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 26 Aug 2025 19:49:57 +0000 (21:49 +0200)
There exists a real nl.po file, no need to use a dummy po file anymore.

See also the following commits: 84f72358d6161702938a9

closes: #18127

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Makefile

index 0e9f2857274df251cf31f0d8b72076f4f0dba7eb..ebfb4c1d33c756fff01ba4dadf8854cbfa7fcc44 100644 (file)
@@ -91,11 +91,6 @@ tryoutinstall: $(MOFILES) $(MOCONVERTED)
          fi; \
        done
 
-# nl.po was added later, if it does not exist use a file with just a # in it
-# (an empty file doesn't work with old msgfmt).
-nl.po:
-       @( echo \# >> nl.po )
-
 # Norwegian/Bokmal: "nb" is an alias for "no".
 # Copying the file is not efficient, but I don't know of another way to make
 # this work.