diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-11-11 23:05:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-11-12 07:11:25 +0200 |
commit | 7e0d513fb9c7e24b1e4a18a29f259bba56636540 (patch) | |
tree | 6ad6aa43fef91adb18b8d41c898d385652136533 /gnu/packages | |
parent | b7ca42aa994302801d9450a008cb8cd9ce50cb3a (diff) | |
download | patches-7e0d513fb9c7e24b1e4a18a29f259bba56636540.tar patches-7e0d513fb9c7e24b1e4a18a29f259bba56636540.tar.gz |
gnu: mupdf: Use Texinfo for the description.
* gnu/packages/pdf.scm (mupdf)[description]: Use Texinfo to mark up the
description.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pdf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index f3df7c1045..e61abb0551 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org> ;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is> -;;; Coypright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Coypright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Coypright © 2016, 2017 Marius Bakke <mbakke@fastmail.com> ;;; Coypright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> ;;; Coypright © 2016 Julien Lepiller <julien@lepiller.eu> @@ -624,8 +624,8 @@ but also provides support for other operations such as searching and listing the table of contents and hyperlinks. The library ships with a rudimentary X11 viewer, and a set of command -line tools for batch rendering (pdfdraw), rewriting files (pdfclean), -and examining the file structure (pdfshow).") +line tools for batch rendering @command{pdfdraw}, rewriting files +@command{pdfclean}, and examining the file structure @command{pdfshow}.") (license license:agpl3+))) (define-public qpdf |