File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ SRCDIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
7
7
JULIAHOME := $(abspath $(SRCDIR ) /..)
8
8
include $(JULIAHOME ) /Make.inc
9
9
JULIA_EXECUTABLE := $(call spawn,$(build_bindir ) /julia)
10
- export JULIA_PKGDIR := $(abspath $(SRCDIR ) /deps)
11
10
12
11
.PHONY : help clean cleanall html pdf linkcheck doctest check deps deploy
13
12
Original file line number Diff line number Diff line change 1
1
# Install dependencies needed to build the documentation.
2
- if ENV [" JULIA_PKGDIR" ] != joinpath (@__DIR__ , " deps" )
3
- # We clobber package repositories here, so don't let the user hurt themselves
4
- error (" Must set JULIA_PKGDIR to $(joinpath (@__DIR__ , " deps" )) " )
5
- else
6
- info (ENV [" JULIA_PKGDIR" ])
7
- end
2
+ ENV [" JULIA_PKGDIR" ] = joinpath (@__DIR__ , " deps" )
8
3
Pkg. init ()
9
4
cp (joinpath (@__DIR__ , " REQUIRE" ), Pkg. dir (" REQUIRE" ); remove_destination = true )
10
5
Pkg. update ()
You can’t perform that action at this time.
0 commit comments