mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/re-typeset: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68824e5ef7
commit
f81955284c
3 changed files with 3 additions and 6 deletions
|
@ -3,6 +3,6 @@ re-typeset (resize scanned text images)
|
|||
This software is a GUI application which re-typesets scanned pages to
|
||||
smaller sizes without changing font sizes. Words are found on pages and
|
||||
placed in a new, smaller image with preserved paragraphs, page numbers,
|
||||
headers etc.
|
||||
headers, etc.
|
||||
|
||||
See the upstream website for documentation
|
||||
See the upstream website for documentation.
|
||||
|
|
|
@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -11,7 +11,7 @@ re-typeset:
|
|||
re-typeset: This software is a GUI application which re-typesets scanned pages
|
||||
re-typeset: to smaller sizes without changing font sizes. Words are found on
|
||||
re-typeset: pages and placed in a new, smaller image with preserved paragraphs,
|
||||
re-typeset: page numbers, headers etc.
|
||||
re-typeset: page numbers, headers, etc.
|
||||
re-typeset:
|
||||
re-typeset:
|
||||
re-typeset:
|
||||
|
|
Loading…
Reference in a new issue