sql/Makefile: Install sql files under doc/.../sql subdir

Change-Id: I1c9008d4692412a0cfe39d05216fc9c857cf1e8a
This commit is contained in:
Pau Espin Pedrol
2018-07-02 17:29:38 +02:00
parent b9c1028cb0
commit edca4f88a6
2 changed files with 4 additions and 3 deletions

View File

@@ -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