install: Install configuration files as data

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2021-11-26 17:14:09 +01:00
parent dae725575d
commit ba8ffb4920
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@ -1,7 +1,7 @@
v0.3.1 Release v0.3.1: Configure variable name changes
- Rename 'configure' arguments as `CONFIGURE.foo` instead of `IGNORED_FOO`
- Do not install headers, pkgconfig or license with executable flag
- Do not install headers, config, pkgconfig or license with executable flag
v0.3.0 Release 0.3.0: Variable name changes

View File

@ -55,6 +55,7 @@ INSTALL.lib= $(INSTALL)
INSTALL.man= $(INSTALL.data)
INSTALL.doc= $(INSTALL.data)
INSTALL.etc= $(INSTALL.data)
INSTALL.config= $(INSTALL.data)
INSTALL.pkgconfig=$(INSTALL.data)
INSTALL.license=$(INSTALL.data)
UNINSTALL= /bin/rm -f