d/rules: Adjust new documentation source path
This commit is contained in:
parent
181c31925c
commit
568042e6bf
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -47,7 +47,7 @@ install: build
|
||||||
> debian/postrm
|
> debian/postrm
|
||||||
# copy html documentation over
|
# copy html documentation over
|
||||||
install -d $(NP_DIR)/usr/share/doc/nagios-snmp-plugins/html/
|
install -d $(NP_DIR)/usr/share/doc/nagios-snmp-plugins/html/
|
||||||
cp plugins/doc/* $(NP_DIR)/usr/share/doc/nagios-snmp-plugins/html/
|
cp -r doc/html/nagios.manubulon.com/* $(NP_DIR)/usr/share/doc/nagios-snmp-plugins/html/
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-indep: build install
|
binary-indep: build install
|
||||||
|
|
Loading…
Reference in a new issue