Changeset e324766 in git for doc


Ignore:
Timestamp:
Apr 6, 2021, 10:21:11 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
8f7098caf1e28ff9faa70fb24c41da59812ca998
Parents:
4e63b4e4e36a634eac11c3c31d0edd11450ea2a0
git-author:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-04-06 13:21:11-07:00
git-committer:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-04-06 13:22:48-07:00
Message:
doc/Makefile-docbuild.in: Unset SINGULAR_EXECUTABLE in TESTS_ENVIRONMENT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile-docbuild.in

    r4e63b4e re324766  
    3737SINGULAR_LIB_DIR= ${top_srcdir}/Singular/LIB
    3838# from Singular/Makefile.am, extended by dynmodules stuff:
    39 TESTS_ENVIRONMENT = unset DISPLAY && SINGULARPATH="$$(for d in ${top_builddir}/Singular/dyn_modules/*/.libs; do printf $$d:; done)" PATH="${top_builddir}/IntegerProgramming:$$PATH"
     39TESTS_ENVIRONMENT = unset DISPLAY SINGULAR_EXECUTABLE && SINGULARPATH="$$(for d in ${top_builddir}/Singular/dyn_modules/*/.libs; do printf $$d:; done)" PATH="${top_builddir}/IntegerProgramming:$$PATH"
    4040LIBPARSE        = ${top_builddir}/Singular/libparse${EXEEXT}
    4141DOC_SUBDIR      = ./d2t_singular
Note: See TracChangeset for help on using the changeset viewer.