diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-13 22:03:48 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-13 22:03:48 (GMT) |
commit | 54921a5e45644a4b94bc0550e76b30a0049474b8 (patch) | |
tree | 2293af39659f516ad5b17f72f440cae219b43447 /tools | |
parent | 110510283a83a0de913ad20b914415bb1ab77c46 (diff) | |
download | monitoring-plugins-54921a5e45644a4b94bc0550e76b30a0049474b8.tar.gz |
The developer-guidelines.html file is now generated from the sgml file
by docbook2html at tools/setup time
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@506 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/setup b/tools/setup index b825a6b..bbc8266 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -8,3 +8,5 @@ automake --add-missing --copy | |||
8 | if [ -f debian/rules ] ; then | 8 | if [ -f debian/rules ] ; then |
9 | chmod +x debian/rules | 9 | chmod +x debian/rules |
10 | fi | 10 | fi |
11 | |||
12 | cd doc && make | ||