patch 8.0.1301: generated license file for NSIS has a modeline
Problem: Generated license file for NSIS has a modeline.
Solution: Adjust the pattern for sed. (Ken Takata)
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 46b6125..d60501e 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -343,7 +343,7 @@
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.