Skip to content

Commit

Permalink
preliminary fix in makedoc.g
Browse files Browse the repository at this point in the history
Make sure that the correct path of `regen_doc.g` is used
when PackageManager builds the documentation.
  • Loading branch information
ThomasBreuer committed Jun 19, 2024
1 parent 7fbadd0 commit e5e2bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if fail = LoadPackage("AutoDoc", ">= 2019.07.03") then
ErrorNoReturn("AutoDoc 2019.07.03 or newer is required");
fi;

Read("regen_doc.g");
Read(Filename(DirectoryCurrent(), "regen_doc.g"));

scan_dirs := [
"doc",
Expand Down

0 comments on commit e5e2bd7

Please sign in to comment.