mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-11-02 05:03:31 +00:00
sql/Makefile.am: Make docsdir completely configurable
$(docdir) defaults to $(datadir)/doc/osmo-hlr Change-Id: I77fa16d0edcf88a8e120921504cd088328077836
This commit is contained in:
committed by
Harald Welte
parent
fa7ee333f7
commit
0b8f054b5f
@@ -3,5 +3,5 @@ EXTRA_DIST = \
|
|||||||
hlr.sql \
|
hlr.sql \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
docsdir = $(datadir)/doc/osmo-hlr
|
docsdir = $(docdir)
|
||||||
docs_DATA = $(srcdir)/hlr.sql
|
docs_DATA = $(srcdir)/hlr.sql
|
||||||
|
|||||||
Reference in New Issue
Block a user