mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
Removing unnecessary line.
This commit is contained in:
parent
2d4e7ad825
commit
f510501386
@ -844,7 +844,6 @@ clean pkg opts -- `opts` is not used but might be in the future
|
|||||||
maybe (pure ()) (\e => delete (outputdir </> e))
|
maybe (pure ()) (\e => delete (outputdir </> e))
|
||||||
(executable pkg)
|
(executable pkg)
|
||||||
-- clean out the generated docs
|
-- clean out the generated docs
|
||||||
defs <- get Ctxt
|
|
||||||
let build = build_dir (dirs (options defs))
|
let build = build_dir (dirs (options defs))
|
||||||
let docBase = build </> "docs"
|
let docBase = build </> "docs"
|
||||||
let docDir = docBase </> "docs"
|
let docDir = docBase </> "docs"
|
||||||
|
Loading…
Reference in New Issue
Block a user