File: process

package info (click to toggle)
int-fiction 0.5
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 32 kB
  • sloc: makefile: 78; sh: 10
file content (17 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/make -f

build:

install-int-fiction:
	mkdir -p $(ROOT)/usr/bin
	install -m 755 sensible-zcode-interpreter $(ROOT)/usr/bin
	mkdir -p $(ROOT)/usr/man/man1
	install -m 644 sensible-zcode-interpreter.1 $(ROOT)/usr/man/man1
	mkdir -p $(ROOT)/usr/doc/int-fiction
	install -m 644 debian/changelog $(ROOT)/usr/doc/int-fiction
	gzip -9n $(ROOT)/usr/doc/*/* $(ROOT)/usr/man/man?/*
	install -m 644 debian/copyright $(ROOT)/usr/doc/int-fiction

finalise-int-fiction:

clean: