GraphicsMagick: Try to improve HTML formatting.
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.6939.1626528316.1840.graphicsmagick-commit@lists.sourceforge.net> |
changeset 6a386072d064 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6a386072d064 summary: Try to improve HTML formatting. diffstat: www/INSTALL-unix.html | 21 ++++++++++++++------- www/INSTALL-unix.rst | 21 +++++++++++---------- 2 files changed, 25 insertions(+), 17 deletions(-) diffs (75 lines): diff -r 62ccf4325652 -r 6a386072d064 www/INSTALL-unix.html --- a/www/INSTALL-unix.html Fri Jul 16 17:13:38 2021 -0500 +++ b/www/INSTALL-unix.html Sat Jul 17 08:24:57 2021 -0500 @@ -908,18 +908,25 @@ derives from Debian such as Ubuntu or Mint) in order to quickly build a full GraphicsMagick. Most of these are optional depending on the features desired:</p> -<p>gcc (and/or clang), make, -libbz2-dev, libfreetype6-dev, libjbig-dev, liblcms2-dev, liblzma-dev, -libpng-dev, libtiff-dev, libtool, libwebp-dev, libwmf-dev, libx11-dev, -libxdmcp-dev, libxext-dev, libxft-dev, libxml2-dev, libxt-dev, -libzstd-dev, zlib1g-dev, libperl-dev</p> +<pre class="literal-block"> +gcc (and/or clang), make, libbz2-dev, libfreetype6-dev, libjbig-dev, +liblcms2-dev, liblzma-dev, libpng-dev, libtiff-dev, libtool, +libwebp-dev, libwmf-dev, libx11-dev, libxdmcp-dev, libxext-dev, +libxft-dev, libxml2-dev, libxt-dev, libzstd-dev, zlib1g-dev, +libperl-dev +</pre> <p>These additional packages are useful in order to improve the run-time features of the software (and could be installed prior to building GraphicsMagick):</p> -<p>dcraw, fonts-urw-base35, ghostscript, hp2xx, ttf-mscorefonts-installer</p> +<pre class="literal-block"> +dcraw, fonts-urw-base35, ghostscript, hp2xx, +ttf-mscorefonts-installer +</pre> <p>These additional packages are useful in order to maintain GraphicsMagick itself:</p> -<p>autoconf, automake, graphviz, libtool, docutils-common, python, m4</p> +<pre class="literal-block"> +autoconf, automake, graphviz, libtool, docutils-common, python, m4 +</pre> </div> </div> <div class="section" id="building-under-cygwin"> diff -r 62ccf4325652 -r 6a386072d064 www/INSTALL-unix.rst --- a/www/INSTALL-unix.rst Fri Jul 16 17:13:38 2021 -0500 +++ b/www/INSTALL-unix.rst Sat Jul 17 08:24:57 2021 -0500 @@ -818,24 +818,25 @@ These packages may be installed on a Debian Linux system (or one that derives from Debian such as Ubuntu or Mint) in order to quickly build a full GraphicsMagick. Most of these are optional depending on the -features desired: +features desired:: -gcc (and/or clang), make, -libbz2-dev, libfreetype6-dev, libjbig-dev, liblcms2-dev, liblzma-dev, -libpng-dev, libtiff-dev, libtool, libwebp-dev, libwmf-dev, libx11-dev, -libxdmcp-dev, libxext-dev, libxft-dev, libxml2-dev, libxt-dev, -libzstd-dev, zlib1g-dev, libperl-dev + gcc (and/or clang), make, libbz2-dev, libfreetype6-dev, libjbig-dev, + liblcms2-dev, liblzma-dev, libpng-dev, libtiff-dev, libtool, + libwebp-dev, libwmf-dev, libx11-dev, libxdmcp-dev, libxext-dev, + libxft-dev, libxml2-dev, libxt-dev, libzstd-dev, zlib1g-dev, + libperl-dev These additional packages are useful in order to improve the run-time features of the software (and could be installed prior to building -GraphicsMagick): +GraphicsMagick):: -dcraw, fonts-urw-base35, ghostscript, hp2xx, ttf-mscorefonts-installer + dcraw, fonts-urw-base35, ghostscript, hp2xx, + ttf-mscorefonts-installer These additional packages are useful in order to maintain -GraphicsMagick itself: +GraphicsMagick itself:: -autoconf, automake, graphviz, libtool, docutils-common, python, m4 + autoconf, automake, graphviz, libtool, docutils-common, python, m4 Building under Cygwin