mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-11-03 21:53:30 +00:00
sql/Makefile: Install sql files under doc/.../sql subdir
Change-Id: I1c9008d4692412a0cfe39d05216fc9c857cf1e8a
This commit is contained in:
3
debian/osmo-hlr.install
vendored
3
debian/osmo-hlr.install
vendored
@@ -1,4 +1,5 @@
|
|||||||
/usr/bin/osmo-hlr
|
/usr/bin/osmo-hlr
|
||||||
/usr/bin/osmo-hlr-db-tool
|
/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
|
/usr/share/doc/osmo-hlr/examples/osmo-hlr.cfg
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ EXTRA_DIST = \
|
|||||||
hlr.sql \
|
hlr.sql \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
docsdir = $(docdir)
|
sqldir = $(docdir)/sql
|
||||||
docs_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql
|
sql_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql
|
||||||
|
|||||||
Reference in New Issue
Block a user