summaryrefslogtreecommitdiff
path: root/INSTALL.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-10 14:37:31 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-10 14:37:31 -0500
commitc7d41ac54f5aff5e7dec95132308ff791c279151 (patch)
tree4d75f4a9ff0c1091dbe8689aa5d196022d3acbd0 /INSTALL.in
parent9455ce96ca5dc8865a6844af9a00467fbc3ed9cb (diff)
downloadgtk+-c7d41ac54f5aff5e7dec95132308ff791c279151.tar.gz
Minor formatting tweak
Diffstat (limited to 'INSTALL.in')
-rw-r--r--INSTALL.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.in b/INSTALL.in
index 94d0394abf..4b59bcefd2 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -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
===========