emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113277: * admin/FOR-RELEASE: Add note about linc.py


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113277: * admin/FOR-RELEASE: Add note about linc.py.
Date: Thu, 04 Jul 2013 02:30:42 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113277
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-07-03 19:30:36 -0700
message:
  * admin/FOR-RELEASE: Add note about linc.py.
modified:
  admin/FOR-RELEASE              forrelease-20091113204419-o5vbwnq5f7feedwu-3115
=== modified file 'admin/FOR-RELEASE'
--- a/admin/FOR-RELEASE 2013-06-25 02:15:00 +0000
+++ b/admin/FOR-RELEASE 2013-07-04 02:30:36 +0000
@@ -18,6 +18,20 @@
 Redirect /software/emacs/manual/html_mono/automake.html 
/software/automake/manual/automake.html
 Redirect /software/emacs/manual/html_node/automake/ 
/software/automake/manual/html_node/
 
+Another tool you can use to check links is gnu.org's linc.py:
+http://www.gnu.org/server/source/
+
+You run this something like:
+
+cd /path/to/cvs/emacs-www
+linc.py -o /path/to/output-dir --url http://www.gnu.org/software/emacs/ .
+
+Be warned that it is really, really slow (as in, can take ~ a full day
+to check the manual/ directory).  It is probably best to run it on a
+single directory at a time from eg manual/html_node.  It is very
+inefficient, but may reveal a few things that info-xref does not.
+
+
 make emacs.dvi, elisp.dvi, and deal with any errors (undefined
 references etc) in the output.  Break any overfull lines.
 Underfull hboxes are not serious, but it can be nice to get rid of


reply via email to

[Prev in Thread] Current Thread [Next in Thread]