File: Makefile

package info (click to toggle)
gap-tomlib 1r2p5-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 234,200 kB
  • ctags: 36
  • sloc: xml: 5,290; makefile: 63
file content (21 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GAP=gap -r

gapdoc: tomdiff.pdf ../htm/tomdiff.htm
	@echo 'RequirePackage("gapdoc");; MakeGAPDocDoc( "./", "tomlib", ["../gap/tmadmin.tmd", "../gap/stdgen.gd"], "tomlib", "../../.." );;' | $(GAP) -q -T

clean:
	@rm -f tomlib.aux tomlib.bbl tomlib.blg tomlib.idx tomlib.ilg tomlib.ind tomlib.log tomlib.pnr tomlib.tex tomlib.toc tomlib.br
	@rm -f tomdiff.aux tomdiff.log
	@rm -f *~


spotless: clean
	@rm -f manual.dvi manual.html manual.pdf manual.ps manual.six
	@rm -f chap*.html chap*.txt
	@rm -f tomdiff.pdf ../htm/tomdiff.htm

tomdiff.pdf: tomdiff.tex
	pdftex tomdiff.tex

../htm/tomdiff.htm: tomdiff.tex
	tth < tomdiff.tex > ../htm/tomdiff.htm