summaryrefslogtreecommitdiff
path: root/docs/Makefile
blob: 860aac92657b6e14f871c7d05919be4ae73493c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES: .texi .pdf .html
.PHONY: all

all: admin_handbook.html user_handbook.html developer_handbook.html admin_handbook.pdf user_handbook.pdf developer_handbook.pdf

.texi.pdf:
	texi2pdf $<

.texi.html:
	makeinfo --html --no-split $<