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

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES: