Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 15:11:53 +0300
From:      Taras Korenko <ds@ukrhub.net>
To:        mexas@bristol.ac.uk
Cc:        freebsd-doc@freebsd.org
Subject:   Re: wrong: Last modified on April 2000 by . in porters handbook
Message-ID:  <20130619121153.GB21594@chaos.ukrhub.net>
In-Reply-To: <201306191159.r5JBxhKx071659@mech-cluster241.men.bris.ac.uk>
References:  <201306191159.r5JBxhKx071659@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 19, 2013 at 12:59:43PM +0100, Anton Shterenlikht wrote:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html
> 
> says:
> 
> Last modified on April 2000 by .
> ...

  because <pubdate/> is 'hardcoded'.  A workaround is:

% svn diff en_US.ISO8859-1/books/porters-handbook/book.xml 
Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/book.xml     (revision 41948)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml     (working copy)
@@ -18,7 +18,7 @@
       <corpauthor>The FreeBSD Documentation Project</corpauthor>
     </authorgroup>
 
-    <pubdate>April 2000</pubdate>
+    <pubdate>$FreeBSD$</pubdate>
 
     <copyright>
       <year>2000</year>

-- 
  Best regards,
  Taras Korenko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130619121153.GB21594>