mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* Documentation is now installed in the LOCAL domain
* Documentation/GNUmakefile: - all packages except for tools-make are installed to the LOCAL domain nowadays... it would be better to install the Documentation part of the tools-make there too because it contains articles/docs referenced from other libraries' Documentation parts (e.g. base' Documentation/HtmlNav/index.html)
This commit is contained in:
parent
d6f902228f
commit
bdd44812a1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ else
|
|||
# normal gnustep-make GNUmakefile for documentation.
|
||||
|
||||
# We normally install into System
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
GNUSTEP_INSTALLATION_DOMAIN = LOCAL
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
Loading…
Reference in a new issue