Package: pari
Version: 2.8.0 (development 17539-31042c6)

When I download git source from the scratch, file doc/usersch3.tex is not there.
It gets created during make all:

$ git log doc/usersch3.tex|head -6
commit 3be0fdf6ce4ce4293c54b2399dabc7e542d7d050
Author: Karim Belabas <Karim.Belabas@math.u-bordeaux1.fr>
Date:   Fri Mar 30 23:50:52 2007 +0000

    4- split usersch3.tex moving function documentation to src/functions/*

I find it strange that the file was apparently retired yet gets dynamically generated during build.

Furthermore, make all doesn't complete.  Here's the culprit:

$ cd doc
$ make clean
rm -f *.log *.dvi *.idx *.ps *.pdf *.aux *.toc *.std *.dumbpod *.3 *.tmp *.html
$ tex users 2>&1 </dev/null|tail -20
[149] [150] [151] [152]
Reference `se:DLfun' on page 153 undefined on input line 5679
[153] [154] [155] [156] [157] [158] [159] [160] [161] [162]
! Missing $ inserted.
<inserted text>
                $
<to be read again>
                   \par
l.6310

?
! Emergency stop.
<inserted text>
                $
<to be read again>
                   \par
l.6310

Thanks

Igor