Codebase list node-jison / 57e4f54
Generate manpage with help2man Yadd 2 years ago
4 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 jison.1
55 Priority: optional
66 Build-Depends: debhelper-compat (= 13)
77 , dh-sequence-nodejs
8 , help2man <!nodoc>
89 , node-cjson <!nocheck>
910 , node-ebnf-parser <!nocheck>
1011 , node-escodegen <!nocheck>
66 %:
77 dh $@
88
9 override_dh_auto_build:
10 ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
11 help2man -N -n 'JS bottom-up parsers generator' lib/cli.js > jison.1
12 endif
13
914 override_dh_fixperms:
1015 dh_fixperms
1116 chmod +x debian/jison//usr/share/nodejs/jison/lib/cli.js