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

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

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

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