#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

execute_after_dh_installdocs:
	dh_nodejs_autodocs

