summaryrefslogtreecommitdiff
path: root/documentation/cxx/tree/manual/makefile
blob: bfdd6d32f13cf6eae967b6cc1907c58301119ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: all
all: cxx-tree-manual.ps cxx-tree-manual.pdf

cxx-tree-manual.pdf: cxx-tree-manual.ps
	ps2pdf14 $<

cxx-tree-manual.ps: index.xhtml manual.html2ps
	html2ps -f manual.html2ps -o $@ $<

.PHONY: clean
clean:
	rm -f cxx-tree-manual.ps cxx-tree-manual.pdf