]> git.proxmox.com Git - mirror_frr.git/blame - doc/Makefile
Merge pull request #5706 from mjstapp/fix_nh_debug_show
[mirror_frr.git] / doc / Makefile
CommitLineData
9e53b315
DL
1all: ALWAYS
2 @$(MAKE) -s -C .. doc
3%: ALWAYS
4 @$(MAKE) -s -C .. doc/$@
5html:
6 @$(MAKE) -s -C .. doc/user/_build/html/.buildinfo
7info:
8 @$(MAKE) -s -C .. doc/user/_build/texinfo/frr.info
9pdf:
10 @$(MAKE) -s -C .. doc/user/_build/latexpdf
11frr.info: info
12frr.pdf: pdf
13
14Makefile:
15 #nothing
16ALWAYS:
17.PHONY: ALWAYS makefiles html info frr.info pdf frr.pdf
18.SUFFIXES: