branch: elpa/with-editor
commit b3631b8ef473a314a504321d0442b6a5ea481a99
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
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=$@