From 6d61b893fff20e86573d3021c3ec3dd3ae1698dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Oct 2022 20:37:22 +0200 Subject: Use MAKEINFO variable --- doc/ref/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/Makefile b/doc/ref/Makefile index 79486a46..64b3dda3 100644 --- a/doc/ref/Makefile +++ b/doc/ref/Makefile @@ -6,7 +6,7 @@ INFOFLAGS := --no-split all: calp.info calp.info: $(TEXI_FILES) - makeinfo -o $@ $(INFOFLAGS) calp.texi + $(MAKEINFO) -o $@ $(INFOFLAGS) calp.texi install: all install -m644 -D -t $(DESTDIR)/usr/share/info/ calp.info -- cgit v1.2.3