9
0
Fork 0

build manuals moved here from osmo-gsm-manuals.git

Moved to doc/manuals/, with full commit history, in preceding merge commit.
Now incorporate in the build system.

Build with:

$ autoreconf -fi
$ ./configure --enable-manuals
$ make

Shared files from osmo-gsm-manuals.git are found automatically if
- the repository is checked out in ../osmo-gsm-manuals; or
- if it osmo-gsm-manuals was installed with "make install"; or
- OSMO_GSM_MANUALS_DIR is set.

Related: OS#3385
Change-Id: I4466d820cb3a5609a4a8534b1581684f891a04cd
This commit is contained in:
Oliver Smith 2018-11-14 10:47:01 +01:00 committed by Neels Hofmeyr
parent 3d3086d715
commit 751f410a05
4 changed files with 36 additions and 31 deletions

View File

@ -1,10 +0,0 @@
TOPDIR = ..
ASCIIDOC = osmonitb-usermanual.adoc
ASCIIDOC_DEPS = chapters/*.adoc
include $(TOPDIR)/build/Makefile.asciidoc.inc
VTY_REFERENCE = osmonitb-vty-reference.xml
include $(TOPDIR)/build/Makefile.vty-reference.inc
include $(TOPDIR)/build/Makefile.common.inc

15
doc/manuals/Makefile.am Normal file
View File

@ -0,0 +1,15 @@
OSMO_GSM_MANUALS_DIR = $(top_srcdir)
EXTRA_DIST = osmonitb-usermanual.adoc \
osmonitb-usermanual-docinfo.xml \
osmonitb-vty-reference.xml \
chapters \
vty
ASCIIDOC = osmonitb-usermanual.adoc
ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
VTY_REFERENCE = osmonitb-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc

View File

@ -6,43 +6,43 @@ OsmoNITB User Manual
Harald Welte <hwelte@sysmocom.de>
include::../common/chapters/preface.adoc[]
include::./common/chapters/preface.adoc[]
include::chapters/overview.adoc[]
include::{srcdir}/chapters/overview.adoc[]
include::chapters/running.adoc[]
include::{srcdir}/chapters/running.adoc[]
include::chapters/control.adoc[]
include::{srcdir}/chapters/control.adoc[]
include::../common/chapters/vty.adoc[]
include::./common/chapters/vty.adoc[]
include::../common/chapters/logging.adoc[]
include::./common/chapters/logging.adoc[]
include::chapters/net.adoc[]
include::{srcdir}/chapters/net.adoc[]
include::../common/chapters/bsc.adoc[]
include::./common/chapters/bsc.adoc[]
include::../common/chapters/bts.adoc[]
include::./common/chapters/bts.adoc[]
include::chapters/bts-examples.adoc[]
include::{srcdir}/chapters/bts-examples.adoc[]
include::chapters/hlr.adoc[]
include::{srcdir}/chapters/hlr.adoc[]
include::../common/chapters/smpp.adoc[]
include::./common/chapters/smpp.adoc[]
include::../common/chapters/mncc.adoc[]
include::./common/chapters/mncc.adoc[]
include::../common/chapters/control_if.adoc[]
include::./common/chapters/control_if.adoc[]
include::../common/chapters/cell-broadcast.adoc[]
include::./common/chapters/cell-broadcast.adoc[]
include::../common/chapters/abis.adoc[]
include::./common/chapters/abis.adoc[]
include::../common/chapters/port_numbers.adoc[]
include::./common/chapters/port_numbers.adoc[]
include::../common/chapters/bibliography.adoc[]
include::./common/chapters/bibliography.adoc[]
include::../common/chapters/glossary.adoc[]
include::./common/chapters/glossary.adoc[]
include::../common/chapters/gfdl.adoc[]
include::./common/chapters/gfdl.adoc[]

View File

@ -5,7 +5,7 @@
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN"
"http://docbook.org/xml/5.0/dtd/docbook.dtd" [
<!ENTITY chapter-vty SYSTEM "../common/chapters/vty.xml" >
<!ENTITY chapter-vty SYSTEM "./common/chapters/vty.xml" >
<!ENTITY sections-vty SYSTEM "generated/docbook_vty.xml" >
]>