summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-16 17:36:02 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-16 17:36:02 +0100
commit7cb769a69f5b9d6951f4427c85e75f5b2909cf10 (patch)
tree1fdaa33d7c21366bede14ab232a1dcd6bf08f43b /runtime/doc/Makefile
parentcd142e3369db8888163a511dbe9907bcd138829c (diff)
patch 8.0.1301: generated license file for NSIS has a modelinev8.0.1301
Problem: Generated license file for NSIS has a modeline. Solution: Adjust the pattern for sed. (Ken Takata)
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 46b6125a9e..d60501e0fe 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -343,7 +343,7 @@ xxd.man: xxd.1
nroff -man xxd.1 | sed -e s/.//g > xxd.man
uganda.nsis.txt: uganda.txt
- sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78://' \
+ sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78:.*//' \
uganda.txt | uniq >uganda.nsis.txt
# Awk version of .txt to .html conversion.