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

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

[elpa] scratch/hyperbole-merge-7.0.2b 1568adb 07/23: Merge Mats TEXINFO_


From: Stefan Monnier
Subject: [elpa] scratch/hyperbole-merge-7.0.2b 1568adb 07/23: Merge Mats TEXINFO_SRC Makefile changes
Date: Tue, 5 Feb 2019 16:11:19 -0500 (EST)

branch: scratch/hyperbole-merge-7.0.2b
commit 1568adbc98b58b2cf7b960ee91c6c81a6febd459
Merge: afe3db8 c0bd503
Author: Bob Weiner <address@hidden>
Commit: Bob Weiner <address@hidden>

    Merge Mats TEXINFO_SRC Makefile changes
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 56640d2..cfdf7ea 100644
--- a/Makefile
+++ b/Makefile
@@ -256,18 +256,18 @@ version: doc
 # Build the Info, HTML and Postscript versions of the user manual and 
README.md.html.
 doc: info html pdf README.md.html
 
-texinfo: $(man_dir)/hyperbole.texi $(man_dir)/version.texi 
$(man_dir)/hkey-help.txt $(man_dir)/im/*.png
+TEXINFO_SRC = $(man_dir)/hyperbole.texi $(man_dir)/version.texi 
$(man_dir)/hkey-help.txt $(man_dir)/im/*.png
 
 info: $(man_dir)/hyperbole.info
-$(man_dir)/hyperbole.info: texinfo
+$(man_dir)/hyperbole.info: $(TEXINFO_SRC)
        cd $(man_dir) && $(TEXI2INFO) hyperbole.texi
 
 html: $(man_dir)/hyperbole.html
-$(man_dir)/hyperbole.html: texinfo $(man_dir)/hyperbole.css
+$(man_dir)/hyperbole.html: $(TEXINFO_SRC) $(man_dir)/hyperbole.css
        cd ${man_dir} && $(TEXI2HTML) hyperbole.texi
 
 pdf: $(man_dir)/hyperbole.pdf
-$(man_dir)/hyperbole.pdf: texinfo
+$(man_dir)/hyperbole.pdf: $(TEXINFO_SRC)
        cd $(man_dir) && $(TEXI2PDF) hyperbole.texi
 
 # github-markdown is an npm, installed with: npm install markdown-to-html -g



reply via email to

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