File: rules

package info (click to toggle)
node-markdown-it-html5-embed 1.0.0%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 384 kB
  • sloc: javascript: 468; sh: 12; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

export NODE_PATH := debian/node_modules

%:
	dh $@ --with nodejs

override_dh_auto_build:
	rollup --config debian/rollup.config.js
	uglifyjs.terser dist/markdown-it-html5-embed.js -o dist/markdown-it-html5-embed.js

override_dh_auto_clean:
	rm -rf node_modules/.cache dist
	dh_auto_clean