diff options
author | monty@donna.mysql.com <> | 2001-02-06 19:59:57 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-06 19:59:57 +0200 |
commit | 79ec0059ae1e83368d2db82f7cd0e09660ec3877 (patch) | |
tree | 8b52c46c9a5d3786da9bd245b82f4f9198adcb62 | |
parent | b21e89bb2e22f06b9f79113a0cd65d55b083482e (diff) | |
download | mariadb-git-79ec0059ae1e83368d2db82f7cd0e09660ec3877.tar.gz |
Fixed typo in Makefile
-rw-r--r-- | Docs/manual.texi | 6 | ||||
-rw-r--r-- | sql/share/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 0ea5a98c994..4f117c976bb 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -2592,6 +2592,12 @@ database and use embedded SQL in their programs. @subheading Other @strong{MySQL}-related Links @itemize @bullet +@item @uref{http://www.satisoft.com/, SAT} +The Small Application Toolkit (SAT) is a collection of utilities +intended to simplify the development of small, multi-user, GUI based +applications in a (Microsoft -or- X) Windows Client / Unix Server +environment. + @item @uref{http://www.wix.com/mysql-hosting/}@* Registry of Web providers who support @strong{MySQL}. diff --git a/sql/share/Makefile.am b/sql/share/Makefile.am index 88913631c3c..ede5ff6bcf2 100644 --- a/sql/share/Makefile.am +++ b/sql/share/Makefile.am @@ -5,7 +5,7 @@ dist-hook: test -d $(distdir)/$$dir || mkdir $(distdir)/$$dir; \ $(INSTALL_DATA) $(srcdir)/$$dir/*.* $(distdir)/$$dir; \ done; \ - $(INSTALL_DATA) $(srcdir)/charsets/Index $(distdir)/charsets; \ + $(INSTALL_DATA) $(srcdir)/charsets/Index $(distdir)/charsets all: @AVAILABLE_LANGUAGES_ERRORS@ |