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: I8a34871948425ea40f40dbb11a59806905e4bed1
This commit is contained in:
Oliver Smith 2018-11-14 10:47:01 +01:00 committed by Neels Hofmeyr
parent 09b0b24093
commit 41af859af6
3 changed files with 16 additions and 13 deletions

View File

@ -1,7 +0,0 @@
TOPDIR = ..
ASCIIDOC = osmo-gsm-tester-manual.adoc
ASCIIDOC_DEPS = chapters/*.adoc
include $(TOPDIR)/build/Makefile.asciidoc.inc
include $(TOPDIR)/build/Makefile.common.inc

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

@ -0,0 +1,10 @@
OSMO_GSM_MANUALS_DIR = $(top_srcdir)
EXTRA_DIST = osmo-gsm-tester-manual.adoc \
osmo-gsm-tester-manual-docinfo.xml \
chapters
ASCIIDOC = osmo-gsm-tester-manual.adoc
ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc

View File

@ -7,14 +7,14 @@ Neels Hofmeyr <nhofmeyr@sysmocom.de>
*NOTE: The osmo-gsm-tester is still in pre-alpha stage: some parts are still
incomplete, and details will still change and move around.*
include::chapters/intro.adoc[]
include::{srcdir}/chapters/intro.adoc[]
include::chapters/install.adoc[]
include::{srcdir}/chapters/install.adoc[]
include::chapters/config.adoc[]
include::{srcdir}/chapters/config.adoc[]
include::chapters/trial.adoc[]
include::{srcdir}/chapters/trial.adoc[]
include::chapters/test_api.adoc[]
include::{srcdir}/chapters/test_api.adoc[]
include::chapters/debugging.adoc[]
include::{srcdir}/chapters/debugging.adoc[]