[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * README-hacking: minor updates
From: |
Gavin D. Smith |
Subject: |
branch master updated: * README-hacking: minor updates |
Date: |
Wed, 18 Oct 2023 11:23:13 -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 c487404f4d * README-hacking: minor updates
c487404f4d is described below
commit c487404f4dde325313e8a59c03f217b11ced052d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 18 16:23:05 2023 +0100
* README-hacking: minor updates
---
ChangeLog | 4 ++++
README-hacking | 12 ++++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e619109f5b..5d20316dbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: minor updates
+
2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
Texinfo 7.1
diff --git a/README-hacking b/README-hacking
index cc6ccb2b92..0a1cecd0cf 100644
--- a/README-hacking
+++ b/README-hacking
@@ -417,7 +417,7 @@ ver=7.0
then do one of:
gnupload --to alpha.gnu.org:$pkg $pkg-$ver.tar.xz #pretest
-gnupload --to ftp.gnu.org:$pkg $pkg-$ver.tar.{gz,xz} *.diff.xz #official
+gnupload --to ftp.gnu.org:$pkg $pkg-$ver.tar.{gz,xz} #official
gnupload --replace --to ftp.gnu.org:texinfo texi2dvi #official
gnupload --replace --to ftp.gnu.org:texinfo texi2pdf #official
(Use --user option if not using default key)
@@ -437,7 +437,7 @@ git push --tags
cd $HOME/gnu/www/texinfo/dtd # or wherever webpages checkout is
mkdir $ver && cvs add $ver
cp $tutil/texinfo.dtd $ver
-cvs add -kb $ver $ver/texinfo.dtd
+cvs add -kb $ver/texinfo.dtd
cvs commit -m$ver $ver
-------------------------------------------------------------------------
@@ -457,8 +457,12 @@ Copy documentation files to web checkout with, e.g.
make -C doc \
wwwdoc-install www_target=../../CVS_WEB/manual/
Check for removed files with, e.g. ls -ltu $(www_target)/*/html_node,
-followed by cvs rm -f. Likewise, check for added files with
-cvs -qn update, followed by cvs add. When done, run cvs commit.
+and looking at file modification dates for files that have not
+been replaced, followed by cvs rm -f. Check for added files with
+"cvs -qn update | less", followed by cvs add for lines beginning "?".
+When done, run cvs commit.
+
+
-------------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * README-hacking: minor updates,
Gavin D. Smith <=