svn commit: r38891 - head/share/mk
Niclas Zeising
zeising at daemonic.se
Sat May 26 08:25:01 UTC 2012
On 05/26/12 02:08, Gavin Atkinson wrote:
> Author: gavin
> Date: Sat May 26 00:08:00 2012
> New Revision: 38891
> URL: http://svn.freebsd.org/changeset/doc/38891
>
> Log:
> In the old CVS world, web pages would end up with the modified date and
> time on the bottom of each page:
>
> Last modified: 2010/05/09 21:07:40
>
> Since the move to Subversion, the $FreeBSD$ string is slightly different
> and so the code that does this no longer works correctly, causing the
> output appears as:
>
> Last modified: 38826 2012-05-17
>
> Arguably, having the SVN revision number in the output is useful,
> however this wasn't intentional - and instead appears to be an
> oversight.
>
> This change both fixes the missing date and adds extra information,
> producing the following output:
>
> Last modified: 2012-05-17 19:12:14Z
> (head/en_US.ISO8859-1/htdocs/internet.sgml r38826)
>
> Adding the path to the source file will hopefully make it much easier
> for people wishing to contribute to the page to find the source
>
> Approved by: bcr (mentor)
>
> M mk/web.site.mk
>
Nice catch!
And I agree with you, having the path to the file will make things
easier when you want to make changes to the page.
Regards!
--
Niclas Zeising
More information about the svn-doc-all
mailing list