wrong: Last modified on April 2000 by . in porters handbook

Taras Korenko ds at ukrhub.net
Wed Jun 19 12:18:45 UTC 2013


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


More information about the freebsd-doc mailing list