efa57fca4e
PDF-Shuffler is a small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. It is a frontend for python-pyPdf. ok ajacoutot@
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2011/05/22 19:37:04 landry Exp $
|
|
--- setup.py.orig Sun May 15 21:03:31 2011
|
|
+++ setup.py Sun May 15 21:03:39 2011
|
|
@@ -25,7 +25,7 @@ import re
|
|
from distutils.core import setup
|
|
|
|
data_files=[('share/applications/', ['data/pdfshuffler.desktop']),
|
|
- ('share/man/man1', ['doc/pdfshuffler.1']),
|
|
+ ('man/man1', ['doc/pdfshuffler.1']),
|
|
('share/pixmaps/', ['data/pdfshuffler.svg']),
|
|
('share/pixmaps/', ['data/pdfshuffler.png']) ]
|
|
|