Browse Source
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: I2762171af0bf719a34ba12a0c2e4dcc206098bebchanges/06/12006/1
7 changed files with 91 additions and 30 deletions
@ -1,10 +0,0 @@
|
||||
TOPDIR = ..
|
||||
|
||||
ASCIIDOC = osmotrx-usermanual.adoc
|
||||
ASCIIDOC_DEPS = chapters/*.adoc
|
||||
include $(TOPDIR)/build/Makefile.asciidoc.inc |
||||
|
||||
VTY_REFERENCE = osmotrx-vty-reference.xml
|
||||
include $(TOPDIR)/build/Makefile.vty-reference.inc |
||||
|
||||
include $(TOPDIR)/build/Makefile.common.inc |
@ -0,0 +1,16 @@
|
||||
EXTRA_DIST = osmotrx-usermanual.adoc \
|
||||
osmotrx-usermanual-docinfo.xml \
|
||||
osmotrx-vty-reference.xml \
|
||||
chapters \
|
||||
vty
|
||||
|
||||
if BUILD_MANUALS |
||||
ASCIIDOC = osmotrx-usermanual.adoc
|
||||
ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
|
||||
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
|
||||
|
||||
VTY_REFERENCE = osmotrx-vty-reference.xml
|
||||
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
|
||||
|
||||
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
|
||||
endif |
Loading…
Reference in new issue