summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
blob: 3b4d3d24abdef8b463a81d8138c4596c158f658f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all: ALWAYS
	@$(MAKE) -s -C .. doc
%: ALWAYS
	@$(MAKE) -s -C .. doc/$@
html:
	@$(MAKE) -s -C .. doc/user/_build/html/.buildinfo
info:
	@$(MAKE) -s -C .. doc/user/_build/texinfo/frr.info
pdf:
	@$(MAKE) -s -C .. doc/user/_build/latexpdf
frr.info: info
frr.pdf: pdf

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles html info frr.info pdf frr.pdf
.SUFFIXES: