]> sourceware.org Git - automake.git/commitdiff
Changed bug-reporting address.
authorTom Tromey <tromey@redhat.com>
Tue, 11 Aug 1998 19:30:37 +0000 (19:30 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 11 Aug 1998 19:30:37 +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 ce0340a8ea202edffe353f5a7fe3c902978730c8..ff80bbde7555462a6d1096af83a69b9a88e55507 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 1d5500b507f64f321987f22f2e553b993afa9dfc..513c47a0e794a21364a01ce378622ee97118ee11 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 b13e3f64e6c1b9eaff04edbbefe981422888e028..146f78706b9f4d0e6619413e7fec6315cac2d1cb 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 85cc49b595e664bd57d5c5b4ef44d00c6b2bec3e..9995ab593f67010b0cd0005f58751e7a706ac870 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 4a550cdbb60285f1032c89b9adfb793d1c639f6d..e98298b0a67ed0cf575d0156127d8996ec042bbb 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 2b68fef81a60969d6a2c17a4b674740c6701eb12..f4e8a5d1554a3b84958192ff28c1d42799cab250 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 2fcbcb02266b102ddf29b2dcad03684bf16b9a84..4149e3570d3ee41d7f7aeb890ce1b67bd9ac7275 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 2fcbcb02266b102ddf29b2dcad03684bf16b9a84..4149e3570d3ee41d7f7aeb890ce1b67bd9ac7275 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 23 June 1998
+@set UPDATED 11 August 1998
 @set EDITION 1.3a
 @set VERSION 1.3a
This page took 0.056592 seconds and 5 git commands to generate.