1
0
Fork 0
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:
Eelco Dolstra 2008-11-19 13:19:09 +00:00
parent 6c2c771af7
commit 2369b122d1
3 changed files with 13 additions and 10 deletions

View file

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