Changeset 033a51 in git for doc


Ignore:
Timestamp:
Apr 11, 2021, 1:14:46 AM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8e6f76a390a94b0aa2b4e633d709529c7fef0b5a
Parents:
bce2ebae22ffd17a14f3d10bbf55539360e67d4d
Message:
doc/Makefile-docbuild.in: Include .libs directories in PATH for Cygwin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile-docbuild.in

    rbce2eb r033a51  
    9696IMAGES_HTML := $(IMAGES:%=${HTML_SUBDIR}/%)
    9797
    98 # prepend bindir to path so that programs from there are taken first
    99 export PATH := "${bindir}:${PATH}"
     98# prepend bindir to path so that programs from there are taken first.
     99# prepending the .libs directories is needed on Cygwin for finding the .dll files
     100export PATH := "${bindir}:${top_builddir}/libpolys/polys/.libs:${top_builddir}/Singular/.libs:${top_builddir}/omalloc/.libs:${top_builddir}/factory/.libs:${PATH}"
    100101
    101102###########################################################
Note: See TracChangeset for help on using the changeset viewer.