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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

# Build the main minipass first so its dist/ types are available to
# the sub-modules that import from it.
override_dh_auto_build:
	tshy
	dh_auto_build --buildsystem nodejs

override_dh_installdocs:
	dh_installdocs
	dh_nodejs_autodocs
