File: rules

package info (click to toggle)
context-modules 20220508-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,464 kB
  • sloc: xml: 1,873; sh: 35; makefile: 34
file content (25 lines) | stat: -rwxr-xr-x 635 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

package        := context-modules
instbase       := debian/$(package)

%:
	dh $@ --with tex

override_dh_auto_build:
	: there is nothing for build

override_dh_auto_test:
	: do nothing here, otherwise test suite is run.

override_dh_auto_install:
	cp -a tex $(instbase)/usr/share/texmf
	cp -a scripts $(instbase)/usr/share/texmf
	cp -a metapost $(instbase)/usr/share/texmf
	cp -a doc $(instbase)/usr/share/texmf
	cp -a fonts $(instbase)/usr/share/texmf
	# remove unnecessary stuff
	rm -f $(instbase)/usr/share/doc/context-modules/rst/COPYING

override_dh_strip_nondeterminism:
	: modifies files in unwanted manner