From 3dd1b1f73ac0abf54288573d886708c63d1797dd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Jan 2014 23:18:14 -0800 Subject: Removed references to biblio2yaml in installers. --- windows/make-windows-installer.bat | 1 - windows/pandoc.wxs | 2 -- 2 files changed, 3 deletions(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index cf20bc98c..d27859057 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -10,7 +10,6 @@ cabal-dev install -v1 --reinstall --flags="embed_data_files" pandoc-citeproc if %errorlevel% neq 0 exit /b %errorlevel% strip cabal-dev\bin\pandoc.exe strip cabal-dev\bin\pandoc-citeproc.exe -strip cabal-dev\bin\biblio2yaml.exe cabal-dev\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html if %errorlevel% neq 0 exit /b %errorlevel% cabal-dev\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index 5fe0a022e..7a20effe5 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -57,8 +57,6 @@ Name="Version" Type="string" Value="[ProductVersion]" KeyPath="yes"/> -