diff options
Diffstat (limited to 'windows')
-rw-r--r-- | windows/make-windows-installer.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index 341dfd948..2ea2998fa 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -6,7 +6,6 @@ cabal-dev install --flags="executable wrappers -library highlighting" --datasubd rem note: we use -f-library in building pandoc, because
rem if the library is built, the data file paths will not be relocatable!
strip cabal-dev\bin\pandoc.exe
-strip cabal-dev\bin\markdown2pdf.exe
cabal-dev\bin\pandoc.exe -s --template templates\html.template -S README -o README.html
copy COPYING COPYING.txt
copy COPYRIGHT COPYRIGHT.txt
|