Changed bug-reporting address.
authorTom Tromey <tromey@redhat.com>
Tue, 11 Aug 1998 19:30:48 +0000 (19:30 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 11 Aug 1998 19:30:48 +0000 (19:30 +0000)
More minor fixes from Markus Oberhumer

ChangeLog
README
README-alpha
aclocal.in
automake.in
automake.texi
stamp-vti
version.texi

index ce0340a..ff80bbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 Tue Aug 11 12:18:59 1998  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_clean): Added missing close-paren.  Quote
+       `$' so it doesn't expand when replacing.  From Markus
+       F.X.J. Oberhumer.
+
+       * aclocal.in (usage): Changed bug address.
+       * automake.in (usage): Changed bug address.
+
        * clean.am (distclean-generic): Don't mention
        DISTCONFIGCLEANFILES.  From Markus F.X.J. Oberhumer.
 
diff --git a/README b/README
index 1d5500b..513c47a 100644 (file)
--- a/README
+++ b/README
@@ -26,6 +26,6 @@ join.
 
 Automake has a page on the web.  See:
 
-       http://www.cygnus.com/~tromey/automake/
+       http://www.gnu.org/software/automake/
 
-Mail suggestions and bug reports to automake-bugs@gnu.org.
+Mail suggestions and bug reports to bug-automake@gnu.org.
index b13e3f6..146f787 100644 (file)
@@ -5,5 +5,5 @@ The documentation still needs more work.  Suggestions welcome.
 Patches even more welcome.
 
 Please send comments and problem reports about this test release to
-automake-bugs@gnu.org.  This program will get better only if you
-report the problems you encounter.
+bug-automake@gnu.org.  This program will get better only if you report
+the problems you encounter.
index 85cc49b..9995ab5 100644 (file)
@@ -126,7 +126,7 @@ sub usage
   --verbose             don't be silent
   --version             print version number, then exit
 
-Report bugs to <automake-bugs\@gnu.org>.\n";
+Report bugs to <bug-automake\@gnu.org>.\n";
 
     exit $status;
 }
index 4a550cd..e98298b 100755 (executable)
@@ -3698,9 +3698,9 @@ sub handle_clean
     }
 
     # Built sources are automatically removed by maintainer-clean.
-    push (@maintainer_clean_files, '$(BUILT_SOURCES')
+    push (@maintainer_clean_files, '\$(BUILT_SOURCES)')
        if &variable_defined ('BUILT_SOURCES');
-    push (@maintainer_clean_files, '$(MAINTAINERCLEANFILES)')
+    push (@maintainer_clean_files, '\$(MAINTAINERCLEANFILES)')
        if &variable_defined ('MAINTAINERCLEANFILES');
     if (! @maintainer_clean_files)
     {
@@ -6516,7 +6516,7 @@ sub usage
        write;
     }
 
-    print "\nReport bugs to <automake-bugs\@gnu.org>.\n";
+    print "\nReport bugs to <bug-automake\@gnu.org>.\n";
 
     exit 0;
 }
index 2b68fef..f4e8a5d 100644 (file)
@@ -219,7 +219,7 @@ fully GNU standards-compliant, and do not require @code{perl} in order
 to be built.
 
 Mail suggestions and bug reports for Automake to
-@email{automake-bugs@@gnu.org}.
+@email{bug-automake@@gnu.org}.
 
 
 @node Generalities, Examples, Introduction, Top
index 2fcbcb0..4149e35 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,3 +1,3 @@
-@set UPDATED 23 June 1998
+@set UPDATED 11 August 1998
 @set EDITION 1.3a
 @set VERSION 1.3a
index 2fcbcb0..4149e35 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 23 June 1998
+@set UPDATED 11 August 1998
 @set EDITION 1.3a
 @set VERSION 1.3a