File: rules

package info (click to toggle)
node-flow-remove-types 1.2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: javascript: 668; sh: 44; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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