aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 2fc91bbb1b7fdfc4376d4739b00f7e010e03771f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
REST = rradicalpd

all: html tex pdf 

tex:
	rest2latex --documentclass=scrartcl $(REST).rst $(REST).tex

pdf: tex
	pdflatex $(REST).tex

html:
	rest2html $(REST).rst $(REST).html