Subject: CVS commit: htdocs
To: None <www-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: www-changes
Date: 07/13/2002 19:48:38
Module Name: htdocs
Committed By: jschauma
Date: Sat Jul 13 16:48:38 UTC 2002
Modified Files:
htdocs: Makefile
Log Message:
Add target 'commit' to guarantee proper commits after addition of NEWS to
Changes/index.list.
This makes the addition of news easier, as follows:
cd .../htdocs/Changes/
${EDITOR} index.list
make
or:
cd .../htdocs
${EDITOR} Changes/index.list
make index
This will automatically regenerate all languages index pages as we used to,
plus it will commit all pages that need to be commited. The cvs commit is done
with a default message of 'NEWS; regen', which can be overwritten by using
MSG="Added some fancy news! Whoppdidoo!" make index
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 htdocs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.