]> sourceware.org Git - automake.git/commitdiff
* automake.texi: s/.../@dots{}/.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 26 Jun 2002 08:37:48 +0000 (08:37 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 26 Jun 2002 08:37:48 +0000 (08:37 +0000)
ChangeLog
THANKS
automake.texi
stamp-vti
version.texi

index c71ccd0b2336eeb60d38fe3324c59b3d4ad9f6b0..6cfca8a7b765210d00fda61d865b1b5ba9ebc1d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-26  Art Haas  <ahaas@neosoft.com>
+
+       * automake.texi: s/.../@dots{}/.
+
 2002-06-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in: Check that ln works, fall back to `cp -p'.
diff --git a/THANKS b/THANKS
index a4087a226db95ef51e03975e9fec8b1e43c7c782..83a70194a305e2d6a5513157d4925431fdc546a6 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -18,6 +18,7 @@ Andris Pavenis                pavenis@lanet.lv
 Angus Leeming          a.leeming@ic.ac.uk
 Anthony Green          green@cygnus.com
 Arkadiusz Miskiewicz   misiek@pld.ORG.PL
+Art Haas               ahaas@neosoft.com
 Assar Westerlund       assar@sics.se
 Axel Belinfante                Axel.Belinfante@cs.utwente.nl
 Bernard Urban          Bernard.Urban@meteo.fr
index 3104a8be0a6dd352454ba25ed163833ca76b3e0f..cc822093e5002da19b1130ce2880fb7a1fd94962 100644 (file)
@@ -636,7 +636,7 @@ commands that @code{automake} needs.  The way to do this is to add an
 @example
 AC_INIT(zardoz, 1.0)
 AM_INIT_AUTOMAKE
-...
+@dots{}
 @end example
 
 Since your program doesn't have any complicating factors (e.g., it
@@ -650,7 +650,7 @@ you're done with this part.  That was easy!
 Now you must regenerate @file{configure}.  But to do that, you'll need
 to tell @code{autoconf} how to find the new macro you've used.  The
 easiest way to do this is to use the @code{aclocal} program to generate
-your @file{aclocal.m4} for you.  But wait... maybe you already have an
+your @file{aclocal.m4} for you.  But wait@dots{} maybe you already have an
 @file{aclocal.m4}, because you had to write some hairy macros for your
 program.  The @code{aclocal} program lets you put your own macros into
 @file{acinclude.m4}, so simply rename and then run:
@@ -1975,13 +1975,13 @@ You can then setup the @code{@@HELLO_SYSTEM@@} substitution from
 @file{configure.in}:
 
 @example
-...
+@dots{}
 case $host in
   *linux*) HELLO_SYSTEM='hello-linux.$(OBJEXT)' ;;
   *)       HELLO_SYSTEM='hello-generic.$(OBJEXT)' ;;
 esac
 AC_SUBST([HELLO_SYSTEM])
-...
+@dots{}
 @end example
 
 In this case, @code{HELLO_SYSTEM} should be replaced by
@@ -2312,7 +2312,7 @@ So for instance, if you want the hypothetical @file{maude} compilations
 to also use the value of @samp{AM_CFLAGS}, you would need to write:
 
 @example
-maude_CFLAGS = ... your flags ... $(AM_CFLAGS)
+maude_CFLAGS = @dots{} your flags @dots{} $(AM_CFLAGS)
 @end example
 
 @item maude_DEPENDENCIES
@@ -4744,7 +4744,7 @@ Automake's programing interface is not easy to define.  Basically it
 should include at least all @strong{documented} variables and targets
 that a @samp{Makefile.am} authors can use, the behaviours associated to
 them (e.g. the places where @samp{-hook}'s are run), the command line
-interface of @samp{automake} and @samp{aclocal}, ...
+interface of @samp{automake} and @samp{aclocal}, @dots{}
 
 @heading What is not in the API
 
index f608a27d60f3e93c00d3967ed041848bf96caae9..e62037e3bdd3fce2e515fe518a6e581f9f596e6c 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 17 June 2002
+@set UPDATED 26 June 2002
 @set UPDATED-MONTH June 2002
 @set EDITION 1.6a
 @set VERSION 1.6a
index f608a27d60f3e93c00d3967ed041848bf96caae9..e62037e3bdd3fce2e515fe518a6e581f9f596e6c 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 17 June 2002
+@set UPDATED 26 June 2002
 @set UPDATED-MONTH June 2002
 @set EDITION 1.6a
 @set VERSION 1.6a
This page took 0.048846 seconds and 5 git commands to generate.