From 22bd9658cc7a1ff1227b05eb31641d76caee59f0 Mon Sep 17 00:00:00 2001 From: Debian Julia Team Date: Sat, 14 Dec 2019 02:21:17 +0000 Subject: [PATCH] doc-make Gbp-Pq: Name doc-make.patch --- doc/Makefile | 8 ++------ doc/Project.toml | 2 -- doc/make.jl | 3 +-- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3fc092c..c54117e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -25,12 +25,8 @@ DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call texplatform=$(texplatform) $(SRCCACHE)/UnicodeData.txt: - @mkdir -p "$(SRCCACHE)" - $(JLDOWNLOAD) "$@" http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt - -deps: $(SRCCACHE)/UnicodeData.txt - $(JLCHECKSUM) "$<" - cp "$<" UnicodeData.txt +deps: + true clean: -rm -rf _build/* deps/* docbuild.log UnicodeData.txt diff --git a/doc/Project.toml b/doc/Project.toml index c09e74d..bb4d98f 100644 --- a/doc/Project.toml +++ b/doc/Project.toml @@ -1,3 +1 @@ -[deps] -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DocumenterLaTeX = "cd674d7a-5f81-5cf3-af33-235ef1834b99" diff --git a/doc/make.jl b/doc/make.jl index 72251e2..af5a7ff 100644 --- a/doc/make.jl +++ b/doc/make.jl @@ -3,8 +3,7 @@ empty!(LOAD_PATH) push!(LOAD_PATH, @__DIR__, "@stdlib") empty!(DEPOT_PATH) pushfirst!(DEPOT_PATH, joinpath(@__DIR__, "deps")) -using Pkg -Pkg.instantiate() +push!(LOAD_PATH, "../debian/embedded") using Documenter, DocumenterLaTeX -- 2.30.2