git push --tags
git archive --format=tar --prefix=paperjam-$(VERSION)/ HEAD | gzip >paperjam-$(VERSION).tar.gz
rsync paperjam-$(VERSION).tar.gz atrey:ftp/linux/
+ rsync paperjam.1.html jw:web/static/sw/paperjam/
ssh jw 'cd web && bin/release-prog paperjam $(VERSION)'
.PHONY: all clean release
DESCRIPTION
-----------
-Paperjam is a tool for transform PDF files. It can re-order pages, scale,
-rotate, or translate their contents, put multiple pages on one sheet, and
-a lot of other things.
+Paperjam is a tool for transform PDF files. It can re-order pages, scale
+and rotate them, put multiple pages on a single sheet, draw cropmarks,
+and many other tricks.
Paperjam takes an input file, splits it to a list of pages, applies a sequence
of commands on this list, and finally writes the results to an output file.