frr/doc/user/Makefile
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

16 lines
330 B
Makefile

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: