Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed May 23, 2018
1 parent 41f2046 commit fca8a88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ pushfirst!(DEPOT_PATH, joinpath(@__DIR__, "deps"))
pushfirst!(LOAD_PATH, @__DIR__)
Pkg.instantiate()

Pkg.pkg"st --manifest"
@show LOAD_PATH
@show DEPOT_PATH
println(readdir(joinpath(@__DIR__, "deps", "packages")))


using Documenter

# Include the `build_sysimg` file.
Expand Down

0 comments on commit fca8a88

Please sign in to comment.