From: James He <ic...@us...> - 2004-03-25 11:42:35
|
on Thu, 25 Mar 2004 01:56:18 -0800 "Simon Liang" <wzh...@sp...> wrote: > I thought you were a BSD head. Anyways, > Back in several month, somebody complained that our install script > doesn't work for Debian because Debian gzipped those documents. First > of all, is this true for you? Second, I've made some effort to accomodate > this but I can only emulate the enviroment and would like some debian > user to test it. Would you be up for it? I tested the install script and it works all right in my Debian sid(unstable) box. However, in a Debian Woody box, it does have some problems. In Debian Woody(stable), the vim(ver 6.1) docs are originally provided in forms of .txt.gz After we install our chinese docs, vim still load those English versions. The reason is that the file ``tags'' is built with those .txt.gz filenames. FYI, the output of `ls -l` (those .txt files are installed by our install script) [snip] -rw-r--r-- 1 root root 6.1k Mar 25 19:32 gui_w16.txt -rw-r--r-- 1 root root 3.1k Apr 15 2002 gui_w16.txt.gz -rw-r--r-- 1 root root 15k Mar 25 19:32 gui_w32.txt -rw-r--r-- 1 root root 7.0k Apr 15 2002 gui_w32.txt.gz -rw-r--r-- 1 root root 15k Mar 25 19:32 gui_x11.txt -rw-r--r-- 1 root root 8.5k Apr 15 2002 gui_x11.txt.gz [/snip] the output of `cat tags` [snip] ! change.txt.gz /*!* !! change.txt.gz /*!!* # pattern.txt.gz /*#* $ motion.txt.gz /*$* $HOME options.txt.gz /*$HOME* [/snip] Best regards, -- James He |