File: rules

package info (click to toggle)
manpages-fr-extra 20151231
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,988 kB
  • ctags: 33
  • sloc: makefile: 154; perl: 113; sh: 46
file content (13 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export LC_ALL=C

BUILDROOT = $(CURDIR)/build-tree

override_dh_auto_build:
	$(MAKE) install INSTDIR=$(BUILDROOT)

override_dh_installman:
	find $(BUILDROOT) -type f | xargs dh_installman --language=fr

%:
	dh $@