aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile.am
blob: 49ddc1835a2469ed14680704e197d4753d006960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
EXTRA_DIST = aoip-mgw-options.adoc \
    aoip-mgw-options-docinfo.xml \
    osmobsc-usermanual.adoc \
    osmobsc-usermanual-docinfo.xml \
    osmobsc-vty-reference.xml \
    osmux-reference.adoc \
    osmux-reference-docinfo.xml \
    chapters \
    message-sequences \
    mgw \
    om2000 \
    vty

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

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

  OSMO_REPOSITORY = osmo-bsc
  include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
endif