[svnbook commit] r3548 - * src/en/README,

codesite-noreply at google.com codesite-noreply at google.com
Thu Jun 18 15:24:36 CDT 2009


Author: cmpilato at gmail.com
Date: Thu Jun 18 12:23:31 2009
New Revision: 3548

Modified:
    trunk/src/en/README
    trunk/src/es/LEAME

Log:
* src/en/README,
* src/es/LEAME
   Fix the instructions for building libxslt -- assume "make" is a
   system command, not a program in the current working directory.

Patch by: Dave Lawrence <dlawrence{_AT_}ad-holdings.co.uk>


Modified: trunk/src/en/README
==============================================================================
--- trunk/src/en/README	(original)
+++ trunk/src/en/README	Thu Jun 18 12:23:31 2009
@@ -59,7 +59,7 @@
          $ tar zxvf libxslt-1.0.22.tar.gz
          $ cd libxslt-1.0.22
          $ ./configure
-        $ ./make
+        $ make
          # make install

       (Note: you may discover that you need to install libxml2 first.

Modified: trunk/src/es/LEAME
==============================================================================
--- trunk/src/es/LEAME	(original)
+++ trunk/src/es/LEAME	Thu Jun 18 12:23:31 2009
@@ -73,7 +73,7 @@
          $ tar zxvf libxslt-1.0.22.tar.gz
          $ cd libxslt-1.0.22
          $ ./configure
-        $ ./make
+        $ make
          # make install

       (Nota: quiz�s descubra que necesita


More information about the svnbook-dev mailing list