From: Martin Mares Date: Sat, 28 Apr 2018 19:32:29 +0000 (+0200) Subject: Manual: Improved description X-Git-Tag: v1.0~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=cceedb24504ac2038dab648c669e15e8e9af2340;p=paperjam.git Manual: Improved description --- diff --git a/Makefile b/Makefile index 5fea59e..f490dcc 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ release: 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 diff --git a/paperjam.1.txt b/paperjam.1.txt index 7c8a4a1..1fc9546 100644 --- a/paperjam.1.txt +++ b/paperjam.1.txt @@ -11,9 +11,9 @@ SYNOPSIS 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.