aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
blob: 1533482588a2372c5d4c65d819c01ed892ba2d42 (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
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