emacs-diffs
[Top][All Lists]
Advanced

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

master ba33089: Fix a doc/misc clean rule


From: Glenn Morris
Subject: master ba33089: Fix a doc/misc clean rule
Date: Wed, 3 Mar 2021 22:59:00 -0500 (EST)

branch: master
commit ba33089d50a4f74b88cd7fc9d862d183d096c27d
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Fix a doc/misc clean rule
    
    * doc/misc/Makefile.in (TEXI_FROM_ORG): New variable.
    (orgclean): Fix rule.
---
 doc/misc/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 060bffa..ed33364 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -87,6 +87,7 @@ INFO_TARGETS = $(INFO_COMMON) efaq-w32
 ## are not as well formatted as handwritten ones.
 ORG_SETUP = $(wildcard ${srcdir}/*-setup.org)
 ORG_SRC = $(filter-out ${ORG_SETUP},$(wildcard ${srcdir}/*.org))
+TEXI_FROM_ORG = ${ORG_SRC:.org=.texi}
 
 # There are some naming differences between the info targets and the other
 # targets, so let's resolve them here.
@@ -278,7 +279,7 @@ infoclean:
 .PHONY: orgclean
 
 orgclean:
-       rm -f $(addprefix ${srcdir}/,${ORG_SRC:=.texi})
+       rm -f ${TEXI_FROM_ORG}
 
 bootstrap-clean maintainer-clean: distclean infoclean orgclean
 



reply via email to

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