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:
		| @@ -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@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user