summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-01-24 23:18:05 +0000
committerTon Voon <tonvoon@users.sourceforge.net>2007-01-24 23:18:05 +0000
commit49d8064bf3986f3c57385e643aa865dd1390271e (patch)
tree282c010d6190a54bfe462aab41e79b56e88a3d66 /doc
parentfe856aa957978504137c1d425815d4ed8a22be40 (diff)
downloadmonitoring-plugins-49d8064bf3986f3c57385e643aa865dd1390271e.tar.gz
Various cleanups in the syncing with gnulib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guidelines.sgml18
1 files changed, 4 insertions, 14 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 21b85c37..44fca243 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -743,23 +743,13 @@ setup the tests. Run "make test" to run all the tests.
743 </section> 743 </section>
744 744
745 <section><title>CVS comments</title> 745 <section><title>CVS comments</title>
746 <para>When adding CVS comments at commit time, you can use the following prefixes:
747 <variablelist>
748 <varlistentry><term>- comment</term>
749 <listitem>
750 <para>for a comment that can be removed from the Changelog</para>
751 </listitem>
752 </varlistentry>
753 <varlistentry><term>* comment</term>
754 <listitem>
755 <para>for an important amendment to be included into a features list</para>
756 </listitem>
757 </varlistentry>
758 </variablelist>
759 </para>
760 <para>If the change is due to a contribution, please quote the contributor's name 746 <para>If the change is due to a contribution, please quote the contributor's name
761 and, if applicable, add the SourceForge Tracker number. Don't forget to 747 and, if applicable, add the SourceForge Tracker number. Don't forget to
762update the THANKS.in file.</para> 748update the THANKS.in file.</para>
749 <para>If you have a change that is useful for noting in the next release, please
750 update the NEWS file.</para>
751 <para>All CVS commit comments will be written to a ChangeLog at release time.
752 </para>
763 </section> 753 </section>
764 754
765 <section id="translationsdevelopers"><title>Translations for developers</title> 755 <section id="translationsdevelopers"><title>Translations for developers</title>