summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
commita8cd7705e7898d77764aa12ddcc2e29de1860138 (patch)
tree970f609cbecbe515998907fd55a12f814ad2edcd /doc
parent08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff)
downloadmonitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guidelines.sgml12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 911067e..3c3eea4 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -11,7 +11,7 @@
11 </author> 11 </author>
12 </authorgroup> 12 </authorgroup>
13 13
14 <pubdate>2005</pubdate> 14 <pubdate>2006</pubdate>
15 <title>Nagios plug-in development guidelines</title> 15 <title>Nagios plug-in development guidelines</title>
16 16
17 <revhistory> 17 <revhistory>
@@ -22,7 +22,7 @@
22 </revhistory> 22 </revhistory>
23 23
24 <copyright> 24 <copyright>
25 <year>2000 - 2005</year> 25 <year>2000 - 2006</year>
26 <holder>Nagios Plugins Development Team</holder> 26 <holder>Nagios Plugins Development Team</holder>
27 </copyright> 27 </copyright>
28 28
@@ -34,7 +34,7 @@
34 the plug-in developers and encourage the standarization of the 34 the plug-in developers and encourage the standarization of the
35 different kind of plug-ins: C, shell, perl, python, etc.</para> 35 different kind of plug-ins: C, shell, perl, python, etc.</para>
36 36
37 <para>Nagios Plug-in Development Guidelines Copyright (C) 2000-2005 37 <para>Nagios Plug-in Development Guidelines Copyright (C) 2000-2006
38 (Nagios Plugins Team)</para> 38 (Nagios Plugins Team)</para>
39 39
40 <para>Permission is granted to make and distribute verbatim 40 <para>Permission is granted to make and distribute verbatim
@@ -57,7 +57,6 @@
57 gnu make 3.79 57 gnu make 3.79
58 automake 1.8 58 automake 1.8
59 autoconf 2.58 59 autoconf 2.58
60 gettext 0.11.5
61 gnu libtool 1.5.6 60 gnu libtool 1.5.6
62 </literallayout> 61 </literallayout>
63 62
@@ -69,6 +68,11 @@
69 make install 68 make install
70 </literallayout> 69 </literallayout>
71 </para> 70 </para>
71
72 <para>Note: gettext is no longer a developer platform requirement. A lot of the files in lib/ and m4/
73 are synced with the coreutils project and we use the same levels of gettext that they
74 distribute.
75 </para>
72</section> 76</section>
73 77
74<section id="PlugOutput"><title>Plugin Output for Nagios</title> 78<section id="PlugOutput"><title>Plugin Output for Nagios</title>