File: Makefile

package info (click to toggle)
dpatch 2.0.38%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 676 kB
  • sloc: sh: 1,013; makefile: 225; awk: 57; perl: 17
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
top_srcdir	:= ..

include ../config.mk

all clean: ;

install:
	install -d ${DESTDIR}${datadir}/dpatch \
		   ${DESTDIR}${man7dir}
	install --mode 0644 dpatch.make ${DESTDIR}${datadir}/dpatch/
	install --mode 0644 dpatch.make.7 ${DESTDIR}${man7dir}/

# arch-tag: cbe3a397-3a6e-466e-93bb-84eb7ba54976