mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
* Install documentation in $(docdir) (i.e. share/doc/nix).
This commit is contained in:
parent
6c2c771af7
commit
2369b122d1
3 changed files with 13 additions and 10 deletions
|
@ -18,6 +18,8 @@ install-data-local: init-state
|
|||
if ! test -e $(DESTDIR)$(sysconfdir)/nix/nix.conf; then \
|
||||
$(INSTALL_DATA) $(srcdir)/nix.conf.example $(DESTDIR)$(sysconfdir)/nix/nix.conf; \
|
||||
fi
|
||||
$(INSTALL) -d $(DESTDIR)$(docdir)
|
||||
$(INSTALL_DATA) README $(DESTDIR)$(docdir)/
|
||||
|
||||
if INIT_STATE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue