File: rules

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

%:
	dh $@

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

override_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
	dh_installdocs