[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6365] README-hacking tweaks
From: |
Gavin D. Smith |
Subject: |
[6365] README-hacking tweaks |
Date: |
Fri, 26 Jun 2015 14:49:53 +0000 |
Revision: 6365
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6365
Author: gavin
Date: 2015-06-26 14:49:51 +0000 (Fri, 26 Jun 2015)
Log Message:
-----------
README-hacking tweaks
Modified Paths:
--------------
trunk/ChangeLog
trunk/README-hacking
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-06-26 13:23:40 UTC (rev 6364)
+++ trunk/ChangeLog 2015-06-26 14:49:51 UTC (rev 6365)
@@ -1,5 +1,10 @@
2015-06-26 Gavin Smith <address@hidden>
+ * README-hacking: Notes on how to tag source tree and update
+ manual web pages.
+
+2015-06-26 Gavin Smith <address@hidden>
+
* NEWS, util/texi2dvi, util/texi2pdf,
doc/refcard/txirefcard.tex, configure.ac: 6.0 release.
Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking 2015-06-26 13:23:40 UTC (rev 6364)
+++ trunk/README-hacking 2015-06-26 14:49:51 UTC (rev 6365)
@@ -163,9 +163,15 @@
- When official release is out there ...
update home page (texinfo.html) and commit as needed.
-update manual (make wwwdoc-install, cvs commit), including:
+including:
pod2html $txi/Pod-Simple-Texinfo/pod2texi.pl \
| fgrep -v 'rev="made"' >manual/pod2texi.html
+Copy documentation files to web checkout with, e.g.
+ make -C doc \
+ wwwdoc-install www_target=../../TEXINFO_WEB_PAGES/texinfo/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.
# ... dtd version check:
TEXINFO_DTD_VERSION should already have been updated to $ver in
@@ -185,10 +191,10 @@
# cvs admin -kb texinfo.dtd; cvs update -A.
# (See the "How to store binary files" node in the CVS manual.)
-# ... tag source tree:
+# ... tag source tree (use your own username before @):
svn copy -r 5382 -m'texinfo_5_2 tag based on r5382' \
- svn+ssh://svn.savannah.gnu.org/texinfo/trunk \
- svn+ssh://svn.savannah.gnu.org/texinfo/tags/texinfo_5_2
+ svn+ssh://address@hidden/texinfo/trunk \
+ svn+ssh://address@hidden/texinfo/tags/texinfo_5_2
[for karl: /srv/svn/texinfo]
... update texinfo at tug.org (contact address@hidden); from last time:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6365] README-hacking tweaks,
Gavin D. Smith <=