aboutsummaryrefslogtreecommitdiff
path: root/documentation/cxx/hybrid/guide/makefile
blob: d476fb924a80c66bf73d807516c55e7945942d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: all
all: cxx-hybrid-e-guide.ps cxx-hybrid-e-guide.pdf

cxx-hybrid-e-guide.pdf: cxx-hybrid-e-guide.ps
	ps2pdf14 $<

cxx-hybrid-e-guide.ps: index.xhtml guide.html2ps
	html2ps -f guide.html2ps -o $@ $<

.PHONY: clean
clean:
	rm -f cxx-hybrid-e-guide.ps cxx-hybrid-e-guide.pdf