Revision 924d97e29dfd1ad9c66dc72a49ef5b540d788349 authored by Sebastian Gutsche on 11 August 2016, 07:04:11 UTC, committed by Sebastian Gutsche on 11 August 2016, 07:04:11 UTC
1 parent d6ae182
Raw File
makefile
all: doc test

doc: doc/manual.six

doc/manual.six: makedoc.g maketest.g ListOfDocFiles.g \
		PackageInfo.g \
		doc/MatricesForHomalg.bib doc/*.xml doc/*.css \
		gap/*.gd gap/*.gi examples/*.g
	        gap makedoc.g

clean:
	(cd doc ; ./clean)

test:	doc
	gap -b maketest.g


back to top