* automake.texi (Python): Fix wording.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Aug 2002 19:52:05 +0000 (19:52 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Aug 2002 19:52:05 +0000 (19:52 +0000)
ChangeLog
automake.texi

index b3d4528fe4c4dd7fe0b6673d6cc1160da1aa5803..14e0a4da4174774b7219441fcd5707d89575e332 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-08-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * automake.texi (Python): Fix wording.
+
        * tests/ext2.test: New file.  This bug is present in Automake 1.6.3
        and was fixed by the change on variable_conditions_permutations
        and invert_conditions on 2002-05-16.
index 16464e1128492de03421862b887e1aba18a420d4..a32abb03738807e58c49d766f9387629f14667b3 100644 (file)
@@ -3580,12 +3580,11 @@ Python source files are included in the distribution by default.
 
 Automake ships with an Autoconf macro called @code{AM_PATH_PYTHON} which
 will determine some Python-related directory variables (see below).  If
-have called @code{AM_PATH_PYTHON} from you @file{configure.in}, then you
+you have called @code{AM_PATH_PYTHON} from @file{configure.in}, then you
 may use the following variables to list you Python source files in your
 variables: @samp{python_PYTHON}, @samp{pkgpython_PYTHON},
-@samp{pkgpython_PYTHON}, @samp{pyexecdir_PYTHON},
-@samp{pkgpyexecdir_PYTHON}, depending where you want your files
-installed.
+@samp{pyexecdir_PYTHON}, @samp{pkgpyexecdir_PYTHON}, depending where you
+want your files installed.
 
 @code{AM_PATH_PYTHON} takes a single optional argument.  This argument,
 if present, is the minimum version of Python which can be used for this