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

ASCIIDOC = osmobts-usermanual.adoc osmobts-abis.adoc rtp-amr.adoc
include $(TOPDIR)/build/Makefile.asciidoc.inc
osmobts-usermanual.pdf: chapters/*.adoc
osmobts-abis.pdf: abis/*.adoc abis/*.msc
rtp-amr.pdf: dtx.dot

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

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