mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-12 15:23:35 -05:00
by docbook2html at tools/setup time git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@506 f882894a-f735-0410-b71e-b25c423dba1c
12 lines
151 B
Bash
Executable file
12 lines
151 B
Bash
Executable file
#! /bin/sh
|
|
|
|
aclocal -I lib
|
|
autoconf
|
|
autoheader
|
|
automake --add-missing --copy
|
|
|
|
if [ -f debian/rules ] ; then
|
|
chmod +x debian/rules
|
|
fi
|
|
|
|
cd doc && make
|