From ebac4cf1b0563c692b0446f137909e72b8536aec Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Mon, 18 Apr 2022 14:47:43 +0200 Subject: Disable compat.texi rule in Makefile This is temporarily necessary while compat.texi is bundled in the repository. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a3350d..4678ee1 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ clean: .el.elc: $(EMACS) -Q --batch -L . -f batch-byte-compile $^ -compat.texi: MANUAL - $(EMACS) -Q --batch $< -f org-texinfo-export-to-texinfo --kill +# compat.texi: MANUAL +# $(EMACS) -Q --batch $< -f org-texinfo-export-to-texinfo --kill compat.info: compat.texi $(MAKEINFO) $< -- cgit v1.0