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

%:
	dh $@

override_dh_auto_build:
	sh -x debian/nodejs/build
	cd dagre-d3 && sh -x ../debian/nodejs/dagre-d3/build

execute_after_dh_installdocs:
	dh_nodejs_autodocs auto_dispatch
