#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@

override_dh_installdocs:
	emacs README.org --batch -f org-html-export-to-html --kill
	dh_installdocs
