branch: elpa/nix-mode
commit cccd68768b64f3a0a14cd35e9328b62eca13ffc1
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Install info page to the right location
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index cbad616839..d5b63a8cbf 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,10 @@ install: $(ELCS) $(DOCS)
cp $(ELCS) $(DESTDIR)$(PREFIX)/share/emacs/site-lisp/nix-mode/
mkdir -p $(DESTDIR)$(PREFIX)/share/doc/nix-mode/
- cp $(DOCS) $(DESTDIR)$(PREFIX)/share/doc/nix-mode/
+ cp nix-mode.html $(DESTDIR)$(PREFIX)/share/doc/nix-mode/
+
+ mkdir -p $(DESTDIR)$(PREFIX)/share/info
+ cp nix-mode.info $(DESTDIR)$(PREFIX)/share/info/
clean:
rm -f $(ELCS) $(DOCS)