Subversion Repositories HelenOS-doc

Rev

Rev 30 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 jermar 1
# Makefile
2
# -----------------------------------------------
3
 
4
source=prjdoc
5
 
6
all:
7
	pdflatex $(source).tex
8
 
9
clean:
10
	-rm $(source).pdf *.log *.aux *.out *.dvi