docbook / xslTNG

DocBook xslTNG Stylesheets
https://xsltng.docbook.org
MIT License
42 stars 20 forks source link

'build.gradle' and 'pygmentize.exe' on Windows #374

Closed tgraham-antenna closed 1 year ago

tgraham-antenna commented 1 year ago

https://github.com/docbook/xslTNG/blob/9d4808b5a2380bc672d1960c71d7fab4519ac93d/build.gradle#L255-L257

For build.gradle on Windows to find pygmentize:

  1. The path must split on ;, not on :. Otherwise the path gets split at every drive letter.
  2. ${segment}/pygmentize should be ${segment}/pygmentize.exe