From 856e01e622db7e998d204d7f189563ae71bffbee Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Wed, 30 Jul 2014 14:32:11 +0200 Subject: doc: remove uganda.nsis.txt target It seems that this file was used in the windows installer as license file. --- runtime/doc/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index a1f3744a94..e998804d37 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -297,9 +297,6 @@ vimtutor.man: vimtutor.1 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://' \ - uganda.txt | uniq >uganda.nsis.txt # TODO(stefan991): add targets for translated manpages # Awk version of .txt to .html conversion. -- cgit