diff options
author | unknown <monty@donna.mysql.com> | 2001-02-06 19:59:57 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-02-06 19:59:57 +0200 |
commit | d89bbf88807b17ff253110c8094f33b889b409ea (patch) | |
tree | 8b52c46c9a5d3786da9bd245b82f4f9198adcb62 | |
parent | 5a1ae6d4ceda7534522fce30e97c07693cf6015b (diff) | |
download | mariadb-git-d89bbf88807b17ff253110c8094f33b889b409ea.tar.gz |
Fixed typo in Makefile
Docs/manual.texi:
Added link
sql/share/Makefile.am:
Fixed typo
-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@ |