install: Install configuration files as data
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
parent
dae725575d
commit
ba8ffb4920
2
NEWS
2
NEWS
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue