tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] configure: --sharedir documentation root


From: Henry Kroll
Subject: Re: [Tinycc-devel] configure: --sharedir documentation root
Date: Thu, 23 Dec 2010 06:55:27 -0800

> > 
> > Also adds option --sharedir for some distros (Fedora) who have their
> > documentation root in /usr/share or /usr/local/share. When not specified
> > it defaults to the above.
> 
> Should not docdir be /usr/local/share/doc/tcc as before?
> 
After more searching around existing software puts documentation in
either or both places, and it looks like the following would be the most
common configuration and the one I would prefer, so I made this the
default:

./configure
...
Manual directory    /usr/local/share/man
Info directory      /usr/local/share/info
Doc directory       /usr/local/share/doc/tcc

They can still be overridden individually and clever windows users can
set --sharedir= to the location of "My Documents"

./configure --help explains thusly:

  --sharedir=DIR           documentation root DIR [PREFIX]/share
  --docdir=DIR             documentation in DIR [SHAREDIR/doc/tcc]
  --mandir=DIR             man documentation in DIR [SHAREDIR/man]
  --infodir=DIR            info documentation in DIR [SHAREDIR/info]

http://repo.or.cz/w/tinycc.git/commitdiff/48e325df3cad5cdadef6bb354bbc328d70c6ab32





reply via email to

[Prev in Thread] Current Thread [Next in Thread]