summaryrefslogtreecommitdiff
path: root/support/impose/Makefile
blob: 621f3b0e5acf7c0adedb1ed2456b2266dbc1620b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DIST = AUTHORS \
       COPYING \
       INSTALL \
       README \
       TODO \
       Makefile \
       bboxx \
       fixtd \
       impose \
       psbl \
       html/index.html \
       html/impose-ex.png \
       html/psnup-ex.png

VER = 0.1

dist:
	tar cvf impose+-$(VER).tar $(DIST)
	gzip impose+-$(VER).tar