diff options
author | unknown <serg@serg.mysql.com> | 2001-11-21 12:05:59 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-11-21 12:05:59 +0100 |
commit | 59da0d7a46bb0322e977a022193b6f82e1d7fbb2 (patch) | |
tree | 4963ec1ff75acd73f0f567795f320673184eed8e /Docs/Makefile.am | |
parent | 9a722eda620351a68f464dd900c9a5de0dbcd6a4 (diff) | |
download | mariadb-git-59da0d7a46bb0322e977a022193b6f82e1d7fbb2.tar.gz |
make ../INSTALL-SORCE bugfix
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 12338e0ed0c..eca667cf7ef 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -134,7 +134,7 @@ dist-hook: GT = $(srcdir)/Support/generate-text-files.pl ../INSTALL-SOURCE: mysql.info $(GT) - perl -w $(GT) mysql.info "Installing" "Compatibility" > $@ + perl -w $(GT) mysql.info "Installing" "Tutorial" > $@ # We put the description for the binary installation here so that # people who download source wont have to see it. It is moved up to |