GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
all: doc test doc: doc/manual.six doc/manual.six: makedoc.g \ PackageInfo.g \ gap/*.gd gap/*.gi examples/*.g gap makedoc.g docclean: (cd doc ; ./clean) test: doc gap maketest.g .PHONY: all doc docclean test