automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] use @dots{} in automake.texi


From: Art Haas
Subject: [PATCH] use @dots{} in automake.texi
Date: Fri, 21 Jun 2002 14:58:27 -0500
User-agent: Mutt/1.4i

Hi.

Here's a patch that replaces all the "..." strings in the
automake.texi file with @dots{}. This the the preferred
method of writing ellipses in texinfo documentation.

Patch is against the CVS head version of the file.

Thanks for all the work on automake!

Art Haas

Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.280
diff -u -r1.280 automake.texi
--- automake.texi       17 Jun 2002 12:20:19 -0000      1.280
+++ automake.texi       21 Jun 2002 19:36:53 -0000
@@ -636,7 +636,7 @@
 @example
 AC_INIT(zardoz, 1.0)
 AM_INIT_AUTOMAKE
-...
address@hidden
 @end example
 
 Since your program doesn't have any complicating factors (e.g., it
@@ -650,7 +650,7 @@
 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 address@hidden 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 @@
 @file{configure.in}:
 
 @example
-...
address@hidden
 case $host in
   *linux*) HELLO_SYSTEM='hello-linux.$(OBJEXT)' ;;
   *)       HELLO_SYSTEM='hello-generic.$(OBJEXT)' ;;
 esac
 AC_SUBST([HELLO_SYSTEM])
-...
address@hidden
 @end example
 
 In this case, @code{HELLO_SYSTEM} should be replaced by
@@ -2312,7 +2312,7 @@
 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 @@
 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
 
-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759



reply via email to

[Prev in Thread] Current Thread [Next in Thread]