[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 59180d1d65 2/2: Do not delete compat.texi when i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 59180d1d65 2/2: Do not delete compat.texi when invoking "make clean" |
Date: |
Sat, 9 Apr 2022 19:57:22 -0400 (EDT) |
branch: externals/compat
commit 59180d1d658434883a0d8431086d0098fb2044cd
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Do not delete compat.texi when invoking "make clean"
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 6740ebe426..2a3350df29 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ test: compile
$(EMACS) -Q --batch -L . -l compat-tests.el -f
ert-run-tests-batch-and-exit
clean:
- $(RM) $(BYTEC) compat.texi compat.info
+ $(RM) $(BYTEC) compat.info
.el.elc:
$(EMACS) -Q --batch -L . -f batch-byte-compile $^