[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/Makefile.am (wwwdoc-install): Indent all li
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/Makefile.am (wwwdoc-install): Indent all lines in the rule with a tab. |
Date: |
Sat, 19 Aug 2023 16:23:32 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 78bafc5f4a * doc/Makefile.am (wwwdoc-install): Indent all lines in the
rule with a tab.
78bafc5f4a is described below
commit 78bafc5f4a251aaedfc9901a4d7e03880d2ee800
Author: Bruno Haible <bruno@clisp.org>
AuthorDate: Sat Aug 19 21:23:24 2023 +0100
* doc/Makefile.am (wwwdoc-install):
Indent all lines in the rule with a tab.
---
ChangeLog | 5 +++++
doc/Makefile.am | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 25e80c5b3b..ebb6aa9971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-19 Bruno Haible <bruno@clisp.org>
+
+ * doc/Makefile.am (wwwdoc-install):
+ Indent all lines in the rule with a tab.
+
2023-08-19 Bruno Haible <bruno@clisp.org>
* doc/Makefile.am (refcard/txirefcard.pdf, refcard/txirefcard-a4.pdf):
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 92b188cec4..e9e6298652 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -174,9 +174,9 @@ wwwdoc-build:
# http://www.gnu.org/software/texinfo/manual/
wwwdoc-install:
cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \
- $(doctemp)/$(manual3) $(doctemp)/$(manual4) \
- $(doctemp)/pod2texi.html \
- $(www_target)
+ $(doctemp)/$(manual3) $(doctemp)/$(manual4) \
+ $(doctemp)/pod2texi.html \
+ $(www_target)
$(MKDIR_P) $(www_target)/Pod/Simple
cp -arf $(doctemp)/Pod/Simple/Texinfo.html $(www_target)/Pod/Simple
ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/Makefile.am (wwwdoc-install): Indent all lines in the rule with a tab.,
Gavin D. Smith <=