[Gretl-devel] (maybe, small) bug
Cristian Rigamonti
cri at linux.it
Wed Nov 22 17:15:17 EST 2006
On Wed, Nov 22, 2006 at 04:28:50PM -0500, Allin Cottrell wrote:
>
> Try cd'ing to the "share" subdirctory of your build tree, and do
>
> make help
> make install_help
Thanks, I ran those ones (I had to do it as root) and the error disappeared.
> I think this probably reflects under-documentation of the
> procedure for building and installing the online help files
> (somehow the installed files are not up to date).
Well, maybe we could add some notes to the INSTALL file for people wanting to
compile the sources from CVS: e.g. this is the procedure I currently use:
# Update the CVS working copy
cd $GRETL_CVS_ROOT
cvs update
# (re)Create a build directory
rm -rf build ; mkdir build
# Configure, compile, install gretl
cd build
../configure --enable-build-doc
make
su -c 'make install'
# Compile and install help files
cd share
su -c 'make help && make install_help'
# Compile (Italian) documentation files
cd doc/tex_it
make gretl-guide-it.pdf
make gretl-ref-it.pdf
Cri
--
GPG/PGP Key-Id 0x943A5F0E - http://www.linux.it/~cri/cri.asc
Free software, free society - http://www.fsfeurope.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.wfu.edu/pipermail/gretl-devel/attachments/20061122/ff9c8fcd/attachment.bin
More information about the Gretl-devel
mailing list