Hello:<br><br>My name is Milad Fatenejad, I am working with PETSc as part of the Plasma Surface Interaction (PSI) SciDAC project. I was encouraged to begin by using PETSc from the mercurial repository. I have cloned the repository and everything has been working fine. However, I have been unable to build the latex documentation and was hoping to get some help. So far, I entered the src/docs/tex/manual and tried "make manual.pdf LOC=/tmp" and got an error about not being able to open the htmlmap-file (see below). Am I doing something wrong? Does the LOC option have to be set to some specific location?<br>


<br>Thanks for your help!<br>Milad<br><br>>>> make manual.pdf LOC=/tmp<br>make[1]: Entering directory `/home/milad/petsc/petsc-dev/src/docs/tex/manual'<br>make[1]: Leaving directory `/home/milad/petsc/petsc-dev/src/docs/tex/manual'<br>


Traceback (most recent call last):<br>  File "../../../../bin/maint/mapnameslatex.py", line 204, in <module><br>    raise RuntimeError('Unable to open htmlmap-file: '+htmlmapfile+'\n')<br>

RuntimeError: Unable to open htmlmap-file: /tmp/docs/manualpages/htmlmap<br>
<br>make: [manual.pdf] Error 1 (ignored)<br>Traceback (most recent call last):<br>  File "../../../../bin/maint/mapnameslatex.py", line 204, in <module><br>    raise RuntimeError('Unable to open htmlmap-file: '+htmlmapfile+'\n')<br>


RuntimeError: Unable to open htmlmap-file: /tmp/docs/manualpages/htmlmap<br><br>make: [manual.pdf] Error 1 (ignored)<br>/usr/bin/pdflatex -halt-on-error manual1  > /dev/null 2>&1<br>bibtex manual1 > /dev/null 2>&1<br>


make: [manual.pdf] Error 2 (ignored)<br>/usr/bin/pdflatex -halt-on-error manual1  > /dev/null 2>&1<br>/usr/bin/pdflatex -halt-on-error manual1  > /dev/null 2>&1<br>makeindex manual1  > /dev/null 2>&1<br>


/bin/mv part2tmp.tex tmp<br>grep -v "end{theindex}" tmp > part2tmp.tex<br>make: *** [manual.pdf] Error 1<br><br>