File: makedoc.g

package info (click to toggle)
gap-openmath 11.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 3
  • sloc: xml: 456; sh: 72; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# debian/makedoc.g -- GAP script
SetPackagePath("openmath",".");
LoadPackage("openmath");;
MakeGAPDocDoc("doc","manual",[
	"../PackageInfo.g",
	"../gap/parse.gd",
	"../gap/xmltree.gd",
	"../gap/omget.gd",
	"../gap/omput.gd",
	"../gap/test.gd"
	],"OpenMath");;
CopyHTMLStyleFiles("doc");