Commit 79ec0059 authored by monty@donna.mysql.com's avatar monty@donna.mysql.com

Fixed typo in Makefile

parent b21e89bb
......@@ -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}.
......@@ -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@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment