Skip to content

Commit

Permalink
doc: allow building the manual when package is not in GAP root dir
Browse files Browse the repository at this point in the history
By adding
  SetPackagePath("SingularInterface", ".");
to makedoc.g, the script becomes more robust and works correctly
even if SingularInterface is not currently in a pkg dir visible
to GAP.
  • Loading branch information
fingolfin committed Oct 2, 2014
1 parent a9c46b9 commit 8db24ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if fail = LoadPackage("AutoDoc", ">= 2014.03.27") then
Error("AutoDoc version 2014.03.27 is required.");
fi;

SetPackagePath("SingularInterface", ".");
AutoDoc( "SingularInterface" :

scaffold :=
Expand Down

0 comments on commit 8db24ee

Please sign in to comment.