> > > > 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 _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
