diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-07-30 14:32:11 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-09-20 14:03:14 +0200 |
commit | 856e01e622db7e998d204d7f189563ae71bffbee (patch) | |
tree | 00fb05a6e0f9a3c90025a82d8a018956b2ce4ae2 | |
parent | 98315a364fc8b25ada5bbcfa5af3df4a6635a127 (diff) | |
download | rneovim-856e01e622db7e998d204d7f189563ae71bffbee.tar.gz rneovim-856e01e622db7e998d204d7f189563ae71bffbee.tar.bz2 rneovim-856e01e622db7e998d204d7f189563ae71bffbee.zip |
doc: remove uganda.nsis.txt target
It seems that this file was used in the windows installer as license
file.
-rw-r--r-- | runtime/doc/Makefile | 3 |
1 files changed, 0 insertions, 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. |