Skip to content

Commit 753a74f

Browse files
committed
Another doc fix try
1 parent c8960bc commit 753a74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ createmd("src/api/utils.md", Sims, "utils.jl")
7777
createmd("src/api/main.md", Sims, "main.jl")
7878
createmd("src/api/sim.md", Sims, ["dassl.jl","sundials.jl","sim.jl", "elaboration.jl", "simcreation.jl"])
7979

80-
cp("../NEWS.md", "src")
81-
cp("../LICENSE.md", "src")
80+
cp("../NEWS.md", "src/NEWS.md")
81+
cp("../LICENSE.md", "src/LICENSE.md")
8282

8383
makedocs(
8484
modules = [Sims],

0 commit comments

Comments
 (0)