From 2369b122d19c7a08fc6e38e5a8aab90636ed4132 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Nov 2008 13:19:09 +0000 Subject: * Install documentation in $(docdir) (i.e. share/doc/nix). --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5454b55a9c9e..550b9b7c690f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit 1.4.1