summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-02-26 08:29:43 +0100
committerJonas Bernoulli <jonas@bernoul.li>2016-02-26 08:29:43 +0100
commitb3631b8ef473a314a504321d0442b6a5ea481a99 (patch)
treee3eb391a836d397b7b99498c6e717d9026be1f30 /Makefile
parentfda78016c05a5fe019dcb54e69a1762a240ae8fa (diff)
make: fix dir target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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=$@