emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 4be129f: doc/Makefile: Clean up *.info file


From: ELPA Syncer
Subject: [elpa] externals-release/org 4be129f: doc/Makefile: Clean up *.info files too
Date: Sun, 12 Sep 2021 12:57:16 -0400 (EDT)

branch: externals-release/org
commit 4be129f543b0dc0352338040c66f9a3c940a1390
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    doc/Makefile: Clean up *.info files too
    
    Continue 9802877fb by cleaning up *.info files and removing
    duplicate *.html pattern.
---
 doc/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index fcde02d..f6da9a1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -54,9 +54,9 @@ install:      org orgguide
        $(INSTALL_INFO) --infodir=$(DESTDIR)$(infodir) orgguide.info
 
 clean:
-       $(RM) org orgguide *.pdf *.html *_letter.tex org-version.inc \
-             org-version.tex *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys \
-              *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
+       $(RM) *.pdf *.html *.info *_letter.tex org-version.inc org-version.tex \
+             *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs *.toc \
+              *.tp *.tps *.vr *.vrs *.log *.ps
 cleanall:      clean
        $(RMR) guide manual
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]