#!/usr/bin/make -f

%:
	dh $@

override_dh_installinfo:
	rm -f $(CURDIR)/debian/gddrescue/usr/share/info/dir

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

override_dh_auto_build:
	makeinfo --html doc/ddrescue.texi --output=html
	dh_auto_build
