cosmetic: update usage of OSMO_GSM_MANUALS_DIR

OSMO_GSM_MANUALS_DIR should use pkg-config to figure out the location
of the shared osmo-gsm-manuals files.

(moving manuals to project repositories 6/19)

Related: OS#3385
Change-Id: I64cfffb5104edcf7a20f41aeb5bf8ee6988b57c4
This commit is contained in:
Oliver Smith 2018-11-16 12:39:59 +01:00
parent 2947683c3a
commit 8d282762d9
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,8 @@
# USAGE: # USAGE:
# #
# - define 'OSMO_GSM_MANUALS_DIR' to point at the git root, # - define 'OSMO_GSM_MANUALS_DIR' to point at the osmo-gsm-manuals shared files
# installation path as returned by "pkg-config osmo-gsm-manuals --variable=osmogsmmanualsdir"
# (project specific repos set this with configure.ac),
# - define in 'ASCIIDOC' all root .adoc files, # - define in 'ASCIIDOC' all root .adoc files,
# - optionally define in 'ASCIIDOC_DEPS' all dependencies common to all .adocs, # - optionally define in 'ASCIIDOC_DEPS' all dependencies common to all .adocs,
# - include this file, # - include this file,

View File

@ -1,6 +1,8 @@
# USAGE: # USAGE:
# #
# - define 'OSMO_GSM_MANUALS_DIR' to point at the git root, # - define 'OSMO_GSM_MANUALS_DIR' to point at the osmo-gsm-manuals shared files
# installation path as returned by "pkg-config osmo-gsm-manuals --variable=osmogsmmanualsdir"
# (project specific repos set this with configure.ac),
# - define in 'DOCBOOKS' all root .xml files, # - define in 'DOCBOOKS' all root .xml files,
# - optionally define in 'DOCBOOKS_DEPS' all dependencies common to all .xmls, # - optionally define in 'DOCBOOKS_DEPS' all dependencies common to all .xmls,
# - include this file, # - include this file,

View File

@ -7,8 +7,10 @@
# - vty/*_reference.xml # - vty/*_reference.xml
# Export from VTY 'show online-help', exactly one file. # Export from VTY 'show online-help', exactly one file.
# #
# In your Makefile, # In your Makefile.am,
# - define 'OSMO_GSM_MANUALS_DIR' to point at the git root, # - define 'OSMO_GSM_MANUALS_DIR' to point at the osmo-gsm-manuals shared files
# installation path as returned by "pkg-config osmo-gsm-manuals --variable=osmogsmmanualsdir"
# (project specific repos set this with configure.ac),
# - define the (single) name of the vty-reference source in VTY_REFERENCE, # - define the (single) name of the vty-reference source in VTY_REFERENCE,
# - include this file. # - include this file.
# #