Skip to content

Commit

Permalink
More windows package tweaks.
Browse files Browse the repository at this point in the history
Make sure subordinate packages are reinstalled.
  • Loading branch information
John MacFarlane committed Sep 6, 2013
1 parent 7803c01 commit f49749c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/make-windows-installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
cabal-dev add-source ../pandoc-types
cabal-dev add-source ../pandoc-citeproc
cabal-dev install hsb2hs
cabal-dev install --force --reinstall --flags="embed_data_files" pandoc-types pandoc-citeproc
cabal-dev install --reinstall --flags="embed_data_files"
if %errorlevel% neq 0 exit /b %errorlevel%
strip cabal-dev\bin\pandoc.exe
Expand Down

0 comments on commit f49749c

Please sign in to comment.