[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 18 Oct 2023 11:27:36 -0400 (EDT) |
branch: master
commit db7f56041ab5023bae997c1388a7ca307bf17a1a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 18 16:24:47 2023 +0100
* doc/Makefile.am (wwwdoc-install): Remove automatic "ls -ltu"
call, which wasn't helpful.
---
ChangeLog | 5 +++++
doc/Makefile.am | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 5d20316dbf..6ac26654c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/Makefile.am (wwwdoc-install): Remove automatic "ls -ltu"
+ call, which wasn't helpful.
+
2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
* README-hacking: minor updates
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e9e6298652..4bb09bc4e5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -179,5 +179,4 @@ wwwdoc-install:
$(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
# followed by cvs add of new files and cvs commit.