From cceedb24504ac2038dab648c669e15e8e9af2340 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 28 Apr 2018 21:32:29 +0200 Subject: [PATCH] Manual: Improved description --- Makefile | 1 + paperjam.1.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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. -- 2.39.2