aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-22 19:46:35 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-22 19:52:26 +0200
commit1790c8246abe74116129f56d1447bbb105fca398 (patch)
tree394f5a41a34d17f2729193a5d4c043cbf593505e /sql
parent63b7e86dcf552fb04eab8337c930ced6c970b3c8 (diff)
install hlr.sql in prefix/doc/osmo-hlr/
In particular I need this to start a fresh osmo-hlr instance on the osmo-gsm-tester. Might also come in handy during packaging? Change-Id: I08e48375814ab93691892299d34909c6d0bf12a2
Diffstat (limited to 'sql')
-rw-r--r--sql/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 059a571..ab44e2a 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -2,3 +2,6 @@ EXTRA_DIST = \
hlr_data.sql \
hlr.sql \
$(NULL)
+
+docsdir = $(datadir)/doc/osmo-hlr
+docs_DATA = $(srcdir)/hlr.sql