Removed references to biblio2yaml in installers.
This commit is contained in:
parent
220e3816a0
commit
3dd1b1f73a
3 changed files with 1 additions and 4 deletions
|
@ -11,7 +11,7 @@ BASE=pandoc-$VERSION
|
|||
ME=$(whoami)
|
||||
CODESIGNID="Developer ID Application: John Macfarlane"
|
||||
PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
|
||||
EXES="pandoc pandoc-citeproc biblio2yaml"
|
||||
EXES="pandoc pandoc-citeproc"
|
||||
|
||||
read -s -p "sudo password: " PASSWORD
|
||||
echo $PASSWORD | sudo -S echo "Password valid, continuing."
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -57,8 +57,6 @@
|
|||
Name="Version" Type="string" Value="[ProductVersion]" KeyPath="yes"/>
|
||||
<File Id="pandoc_citeprocEXE" Name="pandoc-citeproc.exe"
|
||||
Source="..\cabal-dev\bin\pandoc-citeproc.exe" />
|
||||
<File Id="biblio2yamlEXE" Name="biblio2yaml.exe"
|
||||
Source="..\cabal-dev\bin\biblio2yaml.exe" />
|
||||
</Component>
|
||||
|
||||
<Component Id="UpdatePathUser"
|
||||
|
|
Loading…
Add table
Reference in a new issue