aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile.asciidoc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.asciidoc.inc')
-rw-r--r--build/Makefile.asciidoc.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/Makefile.asciidoc.inc b/build/Makefile.asciidoc.inc
index 2cd7d50..18cfa88 100644
--- a/build/Makefile.asciidoc.inc
+++ b/build/Makefile.asciidoc.inc
@@ -1,6 +1,8 @@
# 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,
# - optionally define in 'ASCIIDOC_DEPS' all dependencies common to all .adocs,
# - include this file,