diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-02-28 22:30:50 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-02-28 22:30:50 +0100 |
commit | 4bddd1f6cae801aa6027c7a1c770891916fec3f8 (patch) | |
tree | 08a14efbfd5be4d652d6b49cbc2aeadf71c048a8 /Docs/Makefile.am | |
parent | f471a67fa6e5cc66866041ad1b94c99b9ff4850c (diff) | |
download | mariadb-git-4bddd1f6cae801aa6027c7a1c770891916fec3f8.tar.gz |
Makefile.am:
EXCEPTIONS-CLIENT is now static part of repository
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 b329b574f6a..6a1ee131d1a 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) mysql.info INSTALL-BINARY all: txt_files -txt_files: ../INSTALL-SOURCE ../EXCEPTIONS-CLIENT \ +txt_files: ../INSTALL-SOURCE \ INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt # make sure that "make install" installs the info page, too |