[gimp] INSTALL: use spaces instead of tabs for pretty-printing.



commit 1e259e335810987719aeaca501750ffcf832644a
Author: Jehan <jehan girinstud io>
Date:   Tue Jan 2 02:13:00 2018 +0100

    INSTALL: use spaces instead of tabs for pretty-printing.
    
    Using tabs aligns text correctly only if the viewer display tabs the
    same size as the editor. Using spaces allows always having well aligned
    texts, especially in table-like outputs like this dependency listing.

 INSTALL.in |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/INSTALL.in b/INSTALL.in
index 52b1cf9..7a44571 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -122,7 +122,7 @@ header files installed.
 
  17. Summary of required packages and what version you need:
 
-     Package Name        Version
+     Package Name         Version
 
      ATK                  @ATK_REQUIRED_VERSION@
      babl                 @BABL_REQUIRED_VERSION@
@@ -152,21 +152,21 @@ header files installed.
 
  18. Summary of optional packages:
 
-     Package Name      Version         Feature
-
-     cairo-pdf         @CAIRO_PDF_REQUIRED_VERSION@            PDF export
-     ExcHndl           -               Crash logs on Windows with Dr. MinGW
-     gs                        -               ghostscript
-     libaa             -               ASCII art
-     libjasper         -               JPEG 2000
-     libmng            -               MNG
-     libwebp           @WEBP_REQUIRED_VERSION@         WebP (built with --enable-libwebpmux and 
--enable-libwebpdemux)
-     libwmf            @WMF_REQUIRED_VERSION@          WMF
-     libXcursor                -               X11 Mouse Cursor
-     libxpm            -               XPM
-     openexr           @OPENEXR_REQUIRED_VERSION@              OpenEXR
-     python 2          @PYTHON2_REQUIRED_VERSION@              Python plug-ins
-     webkit            @WEBKIT_REQUIRED_VERSION@               Help browser & webpage
+     Package Name        Version        Feature
+
+     cairo-pdf           @CAIRO_PDF_REQUIRED_VERSION@         PDF export
+     ExcHndl             -              Crash logs on Windows with Dr. MinGW
+     gs                  -              ghostscript
+     libaa               -              ASCII art
+     libjasper           -              JPEG 2000
+     libmng              -              MNG
+     libwebp             @WEBP_REQUIRED_VERSION@          WebP (built with --enable-libwebpmux and 
--enable-libwebpdemux)
+     libwmf              @WMF_REQUIRED_VERSION@          WMF
+     libXcursor          -              X11 Mouse Cursor
+     libxpm              -              XPM
+     openexr             @OPENEXR_REQUIRED_VERSION@          OpenEXR
+     python 2            @PYTHON2_REQUIRED_VERSION@          Python plug-ins
+     webkit              @WEBKIT_REQUIRED_VERSION@          Help browser & webpage
 
  19. Summary of optional runtime dependencies:
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]