]> Pileus Git - ~andy/gtk/commitdiff
Minor formatting tweak
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Feb 2011 19:37:31 +0000 (14:37 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Feb 2011 19:37:31 +0000 (14:37 -0500)
INSTALL.in

index 94d0394abf97bf0dfead43cfa272f19579308bb4..4b59bcefd2f48fd1cdfe4bedc009f7d0e6f34d14 100644 (file)
@@ -15,11 +15,11 @@ Simple install procedure
 ========================
 
   % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-@GTK_VERSION@                         # change to the toplevel directory
-  % ./configure                                   # run the `configure' script
-  % make                                  # build GTK+
+  % cd gtk+-@GTK_VERSION@                          # change to the toplevel directory
+  % ./configure                                    # run the `configure' script
+  % make                                           # build GTK+
   [ Become root if necessary ]
-  % make install                          # install GTK+
+  % make install                                   # install GTK+
 
 The Details
 ===========