From 568042e6bfcae06f18002767a4dc17027192e6b1 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 29 Nov 2017 16:57:31 +0100 Subject: [PATCH] d/rules: Adjust new documentation source path --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 36f8c80..e028cd3 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,7 @@ install: build > debian/postrm # copy html documentation over 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. binary-indep: build install