Skip to content

Commit

Permalink
Fix book task on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo committed Aug 1, 2023
1 parent 6a410b3 commit 4a3e3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
*.idx
htmldocs
docs
nbook

nimcache/
testresults/
outputExpected.txt
outputGotten.txt

nbook

4 changes: 2 additions & 2 deletions karkas.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ before book:
exec "nimble setupBook"

task book, "Generate book":
exec "nbook".findExe & " --mm:orc --deepcopy:on update"
exec "nbook".findExe & " --mm:orc --deepcopy:on build"
exec "./nbook".toExe & " --mm:orc --deepcopy:on update"
exec "./nbook".toExe & " --mm:orc --deepcopy:on build"

after book:
cpDir("book/img", "docs/img")
Expand Down

0 comments on commit 4a3e3a3

Please sign in to comment.