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:
Jon TURNEY 2015-03-11 14:06:03 +00:00
parent e9e47b8ce6
commit b7f2a6c0a7
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -12,6 +12,7 @@ SHELL = @SHELL@
srcdir = @srcdir@
VPATH = @srcdir@
prefix:=@prefix@
datarootdir:=@datarootdir@
docdir = @docdir@
htmldir = @htmldir@