File: makefile

package info (click to toggle)
tth 4.08%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,376 kB
  • ctags: 124
  • sloc: xml: 291; makefile: 174; sh: 168; ansic: 131
file content (15 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LATEX=latex -no-shell-escape -interaction=batchmode
TTH=../../tth -a
# If latex is not installed, try the following fall-back:
#LATEX=echo
#TTH=../tth

index.html : ../tth_manual.tex
	$(LATEX) ../tth_manual.tex
	$(TTH) -s -e2 <../tth_manual.tex -L./tth_manual | ../../tools/tthsplit

tidy :
	rm -f *.log *.idx *.ilg *.toc *.out *.dvi *.lyx *.tms *.tid *.tin *.ind

clean :
	rm -f *.log *.idx *.ilg *.html *.toc *.out *.dvi *.lyx *.tms *.tid *.tin *.ind *.aux