diff options
author | lenz@mysql.com <> | 2005-06-23 11:30:40 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-06-23 11:30:40 +0200 |
commit | 03b128971e633ed7ebb3be88aa985ddf5c0c0987 (patch) | |
tree | 0ae2381b4d1e13411ba339df69ebfdb1a8a18ba2 /Docs/Makefile.am | |
parent | cc31c4c7fb0c400490c12f993abb567f20bc305e (diff) | |
download | mariadb-git-03b128971e633ed7ebb3be88aa985ddf5c0c0987.tar.gz |
- fixed text file generation - the node names in the info page had changed
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 8577fee52cb..dba3a4f819c 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -36,19 +36,19 @@ CLEAN_FILES: $(txt_files) GT = $(srcdir)/Support/generate-text-files.pl ../INSTALL-SOURCE: mysql.info $(GT) - perl -w $(GT) mysql.info "Installing" "Tutorial" > $@ + perl -w $(GT) mysql.info "installing-source" "windows-source-build" > $@ # 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 # the toplevel by the script that makes the binary tar files. INSTALL-BINARY: mysql.info $(GT) - perl -w $(GT) mysql.info "Installing binary" "Installing source" > $@ + perl -w $(GT) mysql.info "installing-binary" "installing-source" > $@ ../EXCEPTIONS-CLIENT: mysql.info $(GT) - perl -w $(GT) mysql.info "MySQL FLOSS License Exception" "Function Index" > $@ + perl -w $(GT) mysql.info "mysql-floss-license-exception" "function-index" > $@ ../support-files/MacOSX/ReadMe.txt: mysql.info $(GT) - perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@ + perl -w $(GT) mysql.info "mac-os-x-installation" "netware-installation" > $@ # Don't update the files from bitkeeper %::SCCS/s.% |