File: makedoc

package info (click to toggle)
gap-hapcryst 0.1.15-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,080 kB
  • sloc: xml: 1,475; javascript: 155; makefile: 113; sh: 1
file content (21 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/makedoc.g
+++ b/makedoc.g
@@ -7,7 +7,8 @@
     Error("AutoDoc 2016.01.21 or newer is required");
 fi;
 
-AutoDoc(rec( scaffold := rec( MainPage := false )));
+AutoDoc(rec( scaffold := rec( MainPage := false ),
+             gapdoc := rec( gap_root_relative_path := true )));
 
 MakeGAPDocDoc( "lib/datatypes/doc", # path to the directory containing the main file
                "resolutionAccess",  # the name of the main file (without extension)
@@ -20,7 +21,7 @@
   "../resolutionAccess_LargeGroupRep.gd", "../resolutionAccess_LargeGroupRep.gi", 
   "../resolutionAccess_SmallGroupRep.gd", "../resolutionAccess_SmallGroupRep.gi", 
   "../resolutionAccess_generic.gd", "../resolutionAccess_generic.gi" ],
-               "resolutionAccess",# the name of the book used by GAP's online help
+               "HAPprog",# the name of the book used by GAP's online help
                "../../../../..", # optional: relative path to the main GAP root 
                            # directory to produce HTML files with relative 
                            # paths to external books.