File: rules

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (23 lines) | stat: -rwxr-xr-x 459 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
#!/usr/bin/make -f
export DH_VERBOSE = 1

# quilt output is affected by locale; setting explicitly
LC_ALL := C.UTF-8
export LC_ALL

# translation for package (Override Makefile.dbk)
# un-comment to skip building PDF for all
#export NOPDF := en ru zh-cn de ja

# UTF-8 locale
export LC_ALL:= C.UTF-8

# In case of tool chain issue, activate NOPDF for CJK
export NOPDF :=
#export NOPDF := ja zh-tw zh-cn pt

%:
	dh $@

override_dh_compress:
	dh_compress -X.pdf