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

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

[nongnu] elpa/with-editor b3631b8 006/140: make: fix dir target


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor b3631b8 006/140: make: fix dir target
Date: Fri, 6 Aug 2021 12:51:09 -0400 (EDT)

branch: elpa/with-editor
commit b3631b8ef473a314a504321d0442b6a5ea481a99
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: fix dir target
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7a91f5d..84c1ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ ELS = with-editor.el
 DEPS = dash
 
 INFOPAGES = with-editor.info
-TEXIPAGES = with-editor.texi
 
 ELCS    = $(ELS:.el=.elc)
 DFLAGS  = $(addprefix -L ../,$(DEPS))
@@ -38,7 +37,7 @@ info: $(INFOPAGES) dir
        @printf "Generating $@\n"
        @$(MAKEINFO) --no-split $< -o $@
 
-dir: $(TEXIPAGES)
+dir: $(INFOPAGES)
        @printf "Generating dir\n"
        @echo $^ | xargs -n 1 $(INSTALL_INFO) --dir=$@
 



reply via email to

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