Parent Directory
|
Revision Log
|
Patch
revision 2340 by jfenwick, Fri Mar 27 05:32:05 2009 UTC | revision 2341 by jfenwick, Fri Mar 27 05:40:56 2009 UTC | |
---|---|---|
# | Line 33 tex= [ env.File(x) for x in os.listdir(t | Line 33 tex= [ env.File(x) for x in os.listdir(t |
33 | ||
34 | latexcmd="pdflatex %s \\\\newcommand{\\\\RepVersion}{`svnversion`\\\\xspace}\\\\input{install.tex}"%latexmode | latexcmd="pdflatex %s \\\\newcommand{\\\\RepVersion}{`svnversion`\\\\xspace}\\\\input{install.tex}"%latexmode |
35 | ||
36 | env.Command(env['prefix']+'doc/install/install.pdf',tex, | env.Command(env['prefix']+'/doc/install/install.pdf',tex, |
37 | [ latexcmd, \ | [ latexcmd, \ |
38 | "makeindex install", \ | "makeindex install", \ |
39 | latexcmd, \ | latexcmd, \ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |