aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoBSC/Makefile
blob: b9f50d0d957630a8bc1f277644cfa6416fadd25f (plain)
1
2
3
4
5
6
7
8
9
10
11
TOPDIR = ..

ASCIIDOC = osmobsc-usermanual.adoc osmux-reference.adoc aoip-mgw-options.adoc
include $(TOPDIR)/build/Makefile.asciidoc.inc
osmobsc-usermanual.pdf: chapters/*.adoc chapters/*.dot
aoip-mgw-options.pdf: aoip-mgw-options.adoc mgw/*.msc

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

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