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

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

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

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