diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |