diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-11-02 13:16:23 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-11-02 13:16:23 +0100 |
commit | ae53002e6e0cccd8d4b17f24a00c6ec98d63d4c1 (patch) | |
tree | ec0557c17d3389b8f42474c306936ad9d49520d2 /Docs/Makefile.am | |
parent | 8e51ade9310c999a524f7c2808b785807645be3a (diff) | |
download | mariadb-git-ae53002e6e0cccd8d4b17f24a00c6ec98d63d4c1.tar.gz |
Makefile.am:
Removed place holder for 'manual.chm'
.del-manual.chm:
Delete: Docs/manual.chm
BitKeeper/deleted/.del-manual.chm:
Delete: Docs/manual.chm
Docs/Makefile.am:
Removed place holder for 'manual.chm'
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 d161836aaca..dac256f8fd6 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -EXTRA_DIST = manual.chm mysql.info INSTALL-BINARY +EXTRA_DIST = mysql.info INSTALL-BINARY # make sure that "make install" installs the info page, too # automake only seems to take care of this automatically, |