[Gpg4win-devel] Tex/LaTex Viewers?

Bernhard Reiter bernhard at intevation.de
Wed Jan 31 11:00:44 CET 2007


On Monday 29 January 2007 16:37, Michael W. Lewis wrote:
> Now that I have downloaded all of: gpg4win: trunk/doc/manual, what must I
> do to turn "version.tex.in" into "version.tex" and "Makefile.am" into
> "Makefile"? (On Windows? On Linux?).

This is a toolchain prepared to work on a full SVN checkout,
see README.SVN on the top level.

autogen.sh will call autoconf,
which does Makefile.am -> Makefile.in
Running configure will then do Makefile.in -> Makefile,
version.tex.in -> version.tex.

In you case I suggest to do this manually which probably is easier 
if you only want to build the manual.

cp version.tex.in version.tex
and then - if you want - replace some of the 
@MANUALVERSION_NOVICES@ things in version.tex with you editor.

cp Makefile.am Makefile
I have not tried it and you might need to 
replace set some of the macros there as well.
E.g. add lines to the beginning like

ZCAT=zcat
CONVERT=convert
TEXI2DVI=texi2dvi
DVIPDF=dvipdf

Regards,
Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.wald.intevation.org/pipermail/gpg4win-devel/attachments/20070131/3fd1d1bb/attachment.pgp


More information about the Gpg4win-devel mailing list