aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
blob: 0cd260d0e74377ea7f80d11a7f2457f7b57905ba (plain)
1
2
3
4
5
6
7
8
9
10
TOPDIR = ..

ASCIIDOC = osmonitb-usermanual.adoc
ASCIIDOC_DEPS = chapters/*.adoc
include $(TOPDIR)/build/Makefile.asciidoc.inc

VTY_REFERENCE = osmonitb-vty-reference.xml
include $(TOPDIR)/build/Makefile.vty-reference.inc

include $(TOPDIR)/build/Makefile.common.inc