File: rules

package info (click to toggle)
node-fortawesome-fontawesome-free 6.7.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 75,884 kB
  • sloc: javascript: 103,483; makefile: 15
file content (25 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	cd js-packages/@fortawesome/fontawesome-free/css && \
	for f in *.css; do \
		yui-compressor $$f > $${f%css}min.css; \
	done
	cd js-packages/@fortawesome/fontawesome-free/js && \
	for f in *.js; do \
		terser -o $${f%js}min.js $$f; \
	done

override_dh_auto_test:

override_dh_installdocs:
	dh_installdocs
	# Auto-generate components docs
	dh_nodejs_autodocs auto_dispatch