-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 13
-
Component/s: infrastructure
-
b05
In some places, we have checked if we have pandoc available by comparing $(PANDOC) with the empty string, assuming that non-empty means that we've found pandoc.
However, on Windows, PANDOC will always contain $(FIXPATH), so this is not a valid test. Instead we should use ENABLE_PANDOC.
However, on Windows, PANDOC will always contain $(FIXPATH), so this is not a valid test. Instead we should use ENABLE_PANDOC.
- relates to
-
JDK-8215635 Pandoc check in Docs.gmk does not work on Windows
-
- Resolved
-