Skip to content

Commit

Permalink
changed the path to GAPROOT to be absolute.
Browse files Browse the repository at this point in the history
  • Loading branch information
osj1961 committed Jan 2, 2024
1 parent 0dada50 commit b5818fe
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 @@ -50,7 +50,7 @@ local mypath, path, main, files, f, bookname;
path:="doc";
main:="guava.xml";
bookname:="guava";
MakeGAPDocDoc( path, main, GUAVAMANUALFILES, bookname, "../../..", "MathJax" );
MakeGAPDocDoc( path, main, GUAVAMANUALFILES, bookname, "/usr/lib/gap-4.12.2", "MathJax" );
CopyHTMLStyleFiles( path );
GAPDocManualLab( "guava" );;
ExtractMyManualExamples( "guava", main, GUAVAMANUALFILES);
Expand Down

0 comments on commit b5818fe

Please sign in to comment.