Skip to content

Commit

Permalink
Improved doc to run standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Mar 3, 2016
1 parent 9695afd commit 7a1e697
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ doc/*.toc
doc/manual.pdf
doc/manual.six
gh-pages
tmp
zips
4 changes: 3 additions & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
#fi;
#AutoDoc(rec(gapdoc := rec(files:=["PackageInfo.g"])));

MakeGAPDocDoc(Concatenation(PackageInfo("fr")[1].InstallationPath,"/doc"),"fr",
MakeGAPDocDoc("doc","fr",
["../gap/frmachine.gd","../gap/frelement.gd","../gap/mealy.gd",
"../gap/group.gd","../gap/vector.gd","../gap/algebra.gd",
"../gap/examples.gd","../gap/helpers.gd","../gap/perlist.gd","../gap/cp.gd",
"../PackageInfo.g"],"fr","../../..");
CopyHTMLStyleFiles("doc");
GAPDocManualLab("Float");

QUIT;
4 changes: 2 additions & 2 deletions read.g
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ else
fi;
InstallMethod(Decomposition, [IsFRElement], DecompositionOfFRElement);

while not IsEmpty(POSTHOOK@FR) do Remove(POSTHOOK@FR)(); od;
Unbind(POSTHOOK@FR);
while not IsEmpty(POSTHOOK@fr) do Remove(POSTHOOK@fr)(); od;
Unbind(POSTHOOK@fr);

if IsBound(IO_Pickle) then
ReadPackage("fr","gap/pickle.g");
Expand Down

0 comments on commit 7a1e697

Please sign in to comment.