aboutsummaryrefslogtreecommitdiff
path: root/package/irix/Makefile.in
blob: 4750fa7615f37b86d4a26035de6cc37f7f996e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

VERSION = @VERSION@

PACKAGE_FILE = "jwm-$(VERSION).tardist"

all:
	mkdir -p dist
	cp jwm.idb jwm.spec dist
	gendist -rbase / -sbase . -idb jwm.idb -spec jwm.spec -dist dist -all
	tar -cf $(PACKAGE_FILE) dist/*

clean:
	rm -fr dist
	rm -f $(PACKAGE_FILE)

distclean:
	rm Makefile jwm.spec jwm.idb