parent
3b2ca81b8d
commit
9b19ae5694
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ cabal sandbox init
|
|||
cabal clean
|
||||
cabal install hsb2hs
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
REM We do it once to regenrate data/reference.docx/odt
|
||||
cabal install -v1 --force --reinstall --flags="embed_data_files"
|
||||
REM then again for real, because otherwise it won't work with embed_data_files:
|
||||
cabal install -v1 --force --reinstall --flags="embed_data_files" . pandoc-citeproc
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
strip .\.cabal-sandbox\bin\pandoc.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue