File: rules

package info (click to toggle)
node-diff 5.0.0~dfsg%2B~5.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 924 kB
  • sloc: javascript: 5,125; makefile: 8; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	babeljs --out-dir lib --source-maps=inline src
	rollup -c

execute_before_dh_installdocs:
	pandoc --from gfm-raw_html --to html --standalone --output README.html README.md
	pandoc --from gfm-raw_html --to plain --output README.txt README.md