Jeroen Demeyer on Wed, 12 Jan 2011 17:46:18 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Path to perl |
On 2011-01-12 00:08, Karim Belabas wrote: > I don't understand why either patch should be necessary for a released > version : usersch3.tex is shipped with the release, it shouldn't be > rebuilt. Thus pari.desc is not necessary, and doc_make should not be run > on the end user's machine. There is a problem with released versions (just tried it with pari-2.4.3.alpha from the PARI/GP website) and it needs perl to build the documentation. So this is certainly a bug. usersch3.tex is shipped, but if you don't ship src/desc/pari.desc (a dependency of usersch3.tex in the Makefile), make will try to rebuild usersch3.tex. make doc does the following: make[1]: *** No rule to make target `../src/desc/pari.desc', needed by `usersch3.tex'. Stop. make[1]: Leaving directory `/home/jdemeyer/pari-2.4.3.alpha/doc' make: *** [doc] Error 2 Cheers, Jeroen.