From edca4f88a653cc688bc1c46611a9f0bc880637e2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 2 Jul 2018 17:29:38 +0200 Subject: [PATCH] sql/Makefile: Install sql files under doc/.../sql subdir Change-Id: I1c9008d4692412a0cfe39d05216fc9c857cf1e8a --- debian/osmo-hlr.install | 3 ++- sql/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/osmo-hlr.install b/debian/osmo-hlr.install index 1e3bbc6f..825e65c1 100644 --- a/debian/osmo-hlr.install +++ b/debian/osmo-hlr.install @@ -1,4 +1,5 @@ /usr/bin/osmo-hlr /usr/bin/osmo-hlr-db-tool -/usr/share/doc/osmo-hlr/hlr.sql +/usr/share/doc/osmo-hlr/sql/hlr.sql +/usr/share/doc/osmo-hlr/sql/hlr_data.sql /usr/share/doc/osmo-hlr/examples/osmo-hlr.cfg diff --git a/sql/Makefile.am b/sql/Makefile.am index 1367cf2e..75be70eb 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -3,5 +3,5 @@ EXTRA_DIST = \ hlr.sql \ $(NULL) -docsdir = $(docdir) -docs_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql +sqldir = $(docdir)/sql +sql_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql