This commit is contained in:
jverzani 2022-05-24 14:12:00 -04:00
parent ac14d45696
commit e4e25a778f

View File

@ -71,8 +71,8 @@ if isnothing(folder) && isnothing(file)
# end
build_pages("precalc", "functions", "html", true)
build_pages("misc", nothing, "weave_html", true)
# toc = joinpath("build", "misc", "toc.html")
# cp(toc, joinpath("build","index.html"), force=true)
toc = joinpath("build", "misc", "toc.html")
cp(toc, joinpath("build","index.html"), force=true)
else
build_pages(folder, file, target, force)
end