Changeset 081b79 in git


Ignore:
Timestamp:
Mar 10, 2021, 8:43:53 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
012df22c6999ddce26c08a1a3c5f27474054a013
Parents:
e116149bc2442a2ba73ebb392585573a36abcafd
Message:
doc/Makefile.in: Use TESTS_ENVIRONMENT so that the non-installed Singular finds its libraries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    re11614 r081b79  
    1111SINGUNAME       = spielwiese
    1212
    13 bindir          = @top_builddir@/Singular
     13top_builddir    = @top_builddir@
     14top_srcdir      = @top_srcdir@
     15bindir          = ${top_builddir}/Singular
    1416EXEEXT          = @EXEEXT@
    1517
     
    3234
    3335# d2t stuff
    34 SINGULAR        = @top_builddir@/Singular/Singular
    35 SINGULAR_LIB_DIR= @top_srcdir@/Singular/LIB
     36SINGULAR        = ${top_builddir}/Singular/Singular
     37SINGULAR_LIB_DIR= ${top_srcdir}/Singular/LIB
     38# from Singular/Makefile.am, extended by dynmodules stuff:
     39TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/Singular/LIB:${top_srcdir}/Singular/LIB:${top_builddir}/libpolys/polys/.libs:${top_builddir}/factory/gftables:$$(for d in ${top_builddir}/Singular/dyn_modules/*/.libs; do printf $$d:; done)' SINGULAR_ROOT_DIR='${top_builddir}'
    3640LIBPARSE        = ${bindir}/libparse${EXEEXT}
    3741DOC_SUBDIR      = ./d2t_singular
     
    4246# which tags to avoid:
    4347TAG             = polymake
    44 DOC2TEX         = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
     48DOC2TEX         = ${TESTS_ENVIRONMENT} ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
    4549                  -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \
    4650                  -exdir ${EX_SUBDIR} ${DOC2TEX_EXAMPLE_EXCLUSIONS}
    4751
    48 DOC2TEX_M        = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
     52DOC2TEX_M        = ${TESTS_ENVIRONMENT} ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
    4953                  -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \
    5054                  -exdir ${EX_SUBDIR}
Note: See TracChangeset for help on using the changeset viewer.