File: makedoc.g

package info (click to toggle)
gap-io 4.8.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 780 kB
  • sloc: xml: 2,885; ansic: 2,704; makefile: 50; sh: 9
file content (5 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# debian/makedoc.g -- GAP script
PACKAGE:="IO";
SetPackagePath(PACKAGE,".");
LoadPackage("AutoDoc");
AutoDoc(rec(scaffold:=rec(MainPage:=false)));