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