-
Bug
-
Resolution: Fixed
-
P4
-
13
-
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