File: rules

package info (click to toggle)
node-katex 0.10.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,320 kB
  • sloc: javascript: 21,248; perl: 2,884; python: 390; sh: 329; makefile: 109
file content (16 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/katex/usr/share/nodejs/katex/cli.js

override_dh_install:
	dh_install
	# Remove duplicate copies of fonts with symlinks
	rm -rf debian/libjs-katex/usr/share/javascript/katex/fonts
	# Remove duplicate copies of dist with symlinks
	rm -rf debian/katex/usr/share/nodejs/katex/dist