office/mupdf: 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
3830270c0d
commit
86305cca0a
|
@ -1,14 +1,15 @@
|
|||
mupdf is a lightweight PDF, CBZ, and XPS viewer and toolkit.
|
||||
|
||||
The renderer in MuPDF is tailored for high quality anti-aliased graphics.
|
||||
MuPDF renders text with metrics and spacing accurate to within fractions of
|
||||
a pixel for the highest fidelity in reproducing the look of a printed page
|
||||
on screen.
|
||||
The renderer in MuPDF is tailored for high quality anti-aliased
|
||||
graphics. MuPDF renders text with metrics and spacing accurate to
|
||||
within fractions of a pixel for the highest fidelity in reproducing
|
||||
the look of a printed page on screen.
|
||||
|
||||
MuPDF is also small, fast, and yet complete. It supports PDF 1.7 with
|
||||
transparency, encryption, hyperlinks, annotations, searching and more. It
|
||||
also reads XPS and OpenXPS documents. MuPDF is written modularly, so
|
||||
features can be added on by integrators if they so desire.
|
||||
MuPDF is also small, fast, and yet complete. It supports PDF 1.7
|
||||
with transparency, encryption, hyperlinks, annotations, searching
|
||||
and more. It also reads XPS and OpenXPS documents. MuPDF is written
|
||||
modularly, so features can be added on by integrators if they so
|
||||
desire.
|
||||
|
||||
Notes:
|
||||
|
||||
|
|
|
@ -67,9 +67,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
|
||||
|
|
Loading…
Reference in New Issue