Re: RFR: JDK-8215635: Pandoc check in Docs.gmk does not work on Windows

2018-12-20 Thread Erik Joelsson
ev Subject: Re: RFR: JDK-8215635: Pandoc check in Docs.gmk does not work on Windows Lgtm. /Magnus 19 dec. 2018 kl. 12:40 skrev Erik Joelsson : Hello, In JDK-8214910 a check for if the PANDOC variable had a value was added to Docs.gmk. This check does not work correctly on Windows where PAND

RE: RFR: JDK-8215635: Pandoc check in Docs.gmk does not work on Windows

2018-12-20 Thread Andrew Luo
: RFR: JDK-8215635: Pandoc check in Docs.gmk does not work on Windows Lgtm. /Magnus > 19 dec. 2018 kl. 12:40 skrev Erik Joelsson : > > Hello, > > In JDK-8214910 a check for if the PANDOC variable had a value was added to > Docs.gmk. This check does not work correctly

Re: RFR: JDK-8215635: Pandoc check in Docs.gmk does not work on Windows

2018-12-20 Thread Magnus Ihse Bursie
Lgtm. /Magnus > 19 dec. 2018 kl. 12:40 skrev Erik Joelsson : > > Hello, > > In JDK-8214910 a check for if the PANDOC variable had a value was added to > Docs.gmk. This check does not work correctly on Windows where PANDOC will > always have the fixpath prefix. This patch adds a separate ENAB

Re: RFR: JDK-8215635: Pandoc check in Docs.gmk does not work on Windows

2018-12-19 Thread Tim Bell
Erik: In JDK-8214910 a check for if the PANDOC variable had a value was added to Docs.gmk. This check does not work correctly on Windows where PANDOC will always have the fixpath prefix. This patch adds a separate ENABLE_PANDOC variable that make can check. Bug: https://bugs.openjdk.java.net/br