emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode cccd68768b 319/500: Install info page to the righ


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode cccd68768b 319/500: Install info page to the right location
Date: Sat, 29 Jan 2022 08:27:17 -0500 (EST)

branch: elpa/nix-mode
commit cccd68768b64f3a0a14cd35e9328b62eca13ffc1
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]