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

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

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

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