mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
Fix winsup/doc to install into prefix
By default, docdir and htmldir are defined in terms of prefix, so make sure to define it, so their values are prefix-relative. Without this, 'make install' installs the documentation into /share/doc/ unless configured otherwise. * Makefile.in (prefix): Define. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
e9e47b8ce6
commit
b7f2a6c0a7
@ -1,3 +1,7 @@
|
||||
2015-03-13 Jon TURNEY <jon.turney@dronecode.org.uk>
|
||||
|
||||
* Makefile.in (prefix): Define.
|
||||
|
||||
2015-03-12 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* ntsec.xml (ntsec-mapping-nsswitch-desc): Fix typo.
|
||||
|
@ -12,6 +12,7 @@ SHELL = @SHELL@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
prefix:=@prefix@
|
||||
datarootdir:=@datarootdir@
|
||||
docdir = @docdir@
|
||||
htmldir = @htmldir@
|
||||
|
Loading…
x
Reference in New Issue
Block a user