]> mj.ucw.cz Git - paperjam.git/commitdiff
Manual: Improved description
authorMartin Mares <mj@ucw.cz>
Sat, 28 Apr 2018 19:32:29 +0000 (21:32 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 28 Apr 2018 19:32:29 +0000 (21:32 +0200)
Makefile
paperjam.1.txt

index 5fea59e9878810ab584c2db76fd2b12bb15500d9..f490dcc40ffc64e7734393956bf94de3d155d79d 100644 (file)
--- 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
index 7c8a4a17430af87e816cde19ce1ed2ed4ab5bb3d..1fc9546dde27e4cb76d415f5476df6605bcaa3bd 100644 (file)
@@ -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.