global: Corrected absolute paths in bin/ symbolic links
[h316.git] / docs / manual / Makefile
1 all: *.tex
2 latex main.tex && dvips -omain.ps main.dvi
3
4 clean:
5 rm -f *.toc *.ps *.pdf *.dvi *.aux *.log
6
7
8 .PHONY: clean