[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6878] instructions for updating version moved
From: |
Gavin D. Smith |
Subject: |
[6878] instructions for updating version moved |
Date: |
Sat, 19 Dec 2015 17:02:38 +0000 |
Revision: 6878
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6878
Author: gavin
Date: 2015-12-19 17:02:37 +0000 (Sat, 19 Dec 2015)
Log Message:
-----------
instructions for updating version moved
Modified Paths:
--------------
trunk/ChangeLog
trunk/README-hacking
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-12-19 16:42:47 UTC (rev 6877)
+++ trunk/ChangeLog 2015-12-19 17:02:37 UTC (rev 6878)
@@ -1,5 +1,10 @@
2015-12-19 Gavin Smith <address@hidden>
+ * README-hacking: Move instructions for updating version earlier
+ in file. Add instructions for updating texindex version.
+
+2015-12-19 Gavin Smith <address@hidden>
+
* info/variables.c (set_variable_to_value),
* info/man.c (get_manpage_node),
* info/info-utils.c (scan_reference_marker): Remove unused variables.
Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking 2015-12-19 16:42:47 UTC (rev 6877)
+++ trunk/README-hacking 2015-12-19 17:02:37 UTC (rev 6878)
@@ -157,13 +157,28 @@
Check "dist-xz" is in the option list in configure.ac (often removed
for speed when testing).
+- Changes to sources:
+update version in configure.ac, notice in ChangeLog.
+check that texindex version is updated properly
+ (rm ti.texi texindex.awk ; make)
+gnulib-tool --add-import # for pretest
+util/srclist-txi # for pretest
+pod2man Pod-Simple-Texinfo/pod2texi.pl >man/pod2texi.1 # until we fix deps
+make
+make po-check # update po/POTFILES.in as needed
+make update-po # both po and po_document needed, build a dist first
+make -C doc wwwdoc-build # and -install for official (and eventual commit)
+make long-checks # distcheck does not do this
+(export MALLOC_CHECK_=2; make distcheck) # repeat until clean
+svn commit # when clean, then distcheck to be sure
+
- Official releases only:
version number in texi2dvi, texi2pdf, txirefcard.tex.
version and date in NEWS.
(cd tp && ./maintain/change_perl_modules_version.sh auto)
-- this updates all the version numbers in the Perl modules
sync texi2html/test/ results with tp/.
-check that texindex version is updated properly
+
ensure building standalone modules for CPAN still works.
make V=1 pdf and fix underfull/overfull boxes.
@@ -185,20 +200,6 @@
# cvs admin -kb texinfo.dtd; cvs update -A
# (See the "How to store binary files" node in the CVS manual.)
-
-- Changes to sources:
-update version in configure.ac, notice in ChangeLog.
-gnulib-tool --add-import # for pretest
-util/srclist-txi # for pretest
-pod2man Pod-Simple-Texinfo/pod2texi.pl >man/pod2texi.1 # until we fix deps
-make
-make po-check # update po/POTFILES.in as needed
-make update-po # both po and po_document needed, build a dist first
-make -C doc wwwdoc-build # and -install for official (and eventual commit)
-make long-checks # distcheck does not do this
-(export MALLOC_CHECK_=2; make distcheck) # repeat until clean
-svn commit # when clean, then distcheck to be sure
-
# ... make diffs at official release:
prev=5.2
ver=6.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6878] instructions for updating version moved,
Gavin D. Smith <=