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

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

%:
	dh $@

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
	help2man -N -n 'Turn your JavaScript with Flow' ./flow-remove-types >flow-remove-types.1
	help2man -N -n 'Fast flow-types aware evaluator or REPL' ./flow-node > flow-node.1
endif
