diff --git a/debian/osmo-hlr.install b/debian/osmo-hlr.install index 028b9b37..114df0b9 100644 --- a/debian/osmo-hlr.install +++ b/debian/osmo-hlr.install @@ -1 +1,2 @@ /usr/bin/osmo-hlr +/usr/share/doc/osmo-hlr/hlr.sql diff --git a/sql/Makefile.am b/sql/Makefile.am index 059a5719..ab44e2a1 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