diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-27 17:01:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-27 17:01:56 +0000 |
commit | 3991dab8e0a3815bd5349c1ffa88476819971c48 (patch) | |
tree | cf81e7c822725142320f0ca0721357f34553cfb9 /runtime/doc/Makefile | |
parent | 899dddf88804af20d560b5277f1ca1bc4dd8e2b3 (diff) | |
download | vim-3991dab8e0a3815bd5349c1ffa88476819971c48.zip |
updated for version 7.0c
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r-- | runtime/doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 532cc2df6..625c74e1d 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -410,6 +410,7 @@ os_win32.txt: touch os_win32.txt # Note that $< works with GNU make while $> works for BSD make. +# Is there a solution that works for both?? vim-fr.UTF-8.1: vim-fr.1 iconv -f latin1 -t utf-8 $< >$@ |