#!/usr/bin/make -f

%:
	dh $@ --with sphinxdoc

override_dh_auto_build:
	make -C doc/en html

execute_after_dh_fixperms:
	chmod -x debian/centreon-plugins/usr/lib/centreon-plugins/hardware/server/hp/proliant/snmp/mode/components/memory.pm
