Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh manual - missing bookmarks in pdf file?
2016/03/05 03:45, Greg Klanderman <gak@xxxxxxxxxxxxxx> wrote:
> So would I have to set $LC_PAPER to have it build the US version by
> default, or is 'locale' getting run somewhere to set $LC_PAPER from
> my $LANG setting?
That depends on your OS. Just type
% locale
to your shell prompt. If it doesn't show LC_PAPER, then you need
either
% LC_PAPER=en_US ./configure .... # or ./configure LC_PAPER=en_US ...
% make pdf
or
% ./configure
% cd Doc
% make zsh_us.pdf
Messages sorted by:
Reverse Date,
Date,
Thread,
Author