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

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

[elpa] master 196b4ea 001/184: doc/Makefile: Add target to install the i


From: Oleh Krehel
Subject: [elpa] master 196b4ea 001/184: doc/Makefile: Add target to install the info pages
Date: Wed, 16 Oct 2019 13:14:38 -0400 (EDT)

branch: master
commit 196b4ea86f979dd6fa4a96299b35c370d026fc69
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    doc/Makefile: Add target to install the info pages
    
    Re #697
---
 doc/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
index e104037..3b0f4a6 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,2 +1,11 @@
+INFO_INSTALL_DIR="${HOME}/git/gnu-elpa/packages/ivy"
+
 ivy.texi: ivy.org
        emacs -batch -l ivy-ox.el -l scripts.el --eval "(org-to-texi 
\"ivy.org\")"
+
+ivy.info: ivy.texi
+       makeinfo --no-split $^
+
+install: ivy.info
+       cp $^ $(INFO_INSTALL_DIR)
+       install-info --info-dir=$(INFO_INSTALL_DIR) --info-file=$^



reply via email to

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