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

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

%:
	dh $@


execute_after_dh_fixperms:
	chmod +x debian/node-marked/usr/share/nodejs/marked/bin/marked.js

execute_after_dh_installdocs:
	dh_nodejs_autodocs
