Jeroen Demeyer on Wed, 12 Jan 2011 00:17:54 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Path to perl


On 2011-01-11 12:18, Karim Belabas wrote:
> All other scripts are maintainer-only : they generate files to be
> included in the release, but the scripts themselves no longer need to be
> run by the end user to build the package.

Unfortunately, this doesn't seem to be completely true, with the
attached patch it *does* work as you say.


Cheers,
Jeroen.
Index: config/DOC_Make.SH
===================================================================
--- config/DOC_Make.SH  (revision 12809)
+++ config/DOC_Make.SH  (working copy)
@@ -27,7 +27,7 @@
 %.dvi: %.tex \$(MACROS)
        tex \$<

-usersch3.tex: ../src/desc/doc_make ../src/desc/pari.desc usersFUNCS.tex
+usersch3.tex: ../src/desc/doc_make usersFUNCS.tex
        cd ../src/desc && \$(PERL) doc_make > ../../doc/usersch3.tex

 libpari.pdf: \$(PARI_TEX) \$(MACROS)