d/rules: Adjust new documentation source path

This commit is contained in:
Jan Wagner 2017-11-29 16:57:31 +01:00
parent 181c31925c
commit 568042e6bf

2
debian/rules vendored
View file

@ -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