Skip to content

Commit b60c136

Browse files
author
kent@kent-amd64.(none)
committed
Merge mysql.com:/home/kent/bk/docs-cleanup/mysql-5.0-build
into mysql.com:/home/kent/bk/docs-cleanup/mysql-5.1-build
2 parents 3a9202b + 41778b5 commit b60c136

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Docs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# along with this program; if not, write to the Free Software
1414
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1515

16-
EXTRA_DIST = mysql.info INSTALL-BINARY
16+
EXTRA_DIST = mysql.info INSTALL-BINARY @extra_docs@
1717

1818
# make sure that "make install" installs the info page, too
1919
# automake only seems to take care of this automatically,

configure.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,10 +2379,15 @@ AC_ARG_WITH(docs,
23792379
if test "$with_docs" = "yes"
23802380
then
23812381
docs_dirs="Docs"
2382+
if test -f "$srcdir/Docs/manual.chm" ; then
2383+
extra_docs="manual.chm"
2384+
fi
23822385
else
23832386
docs_dirs=""
2387+
extra_docs=""
23842388
fi
23852389
AC_SUBST(docs_dirs)
2390+
AC_SUBST(extra_docs)
23862391

23872392
# Shall we build the man pages?
23882393
AC_ARG_WITH(man,

0 commit comments

Comments
 (0)