summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df01b50..88438d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-22 Bruno Haible <bruno@clisp.org>
+
+ build: Fix spurious error message in 'doc'.
+ * doc/Makefile.am (RM): New variable.
+
2019-12-19 Bruno Haible <bruno@clisp.org>
build: Remove generated lib/uni*.h files from the tarball.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2da7675..c82b9ec 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,6 +26,8 @@ MOSTLYCLEANFILES =
# see <https://lists.gnu.org/archive/html/bug-automake/2009-04/msg00029.html>.
TEXINCLUDES = -I .
+RM = rm -f
+
MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@
MAKEINFOFLAGS = $(TEXINCLUDES) --no-split