diff options
author | kent@mysql.com <> | 2005-06-28 04:49:03 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-06-28 04:49:03 +0200 |
commit | eaec18bda635cbed6242a7c960596c216aa14afc (patch) | |
tree | ed1a433d3ca14027894c2edeeeab6170947cfb1b /Makefile.am | |
parent | 7817b69d808dfa4b8ec7ac1915de33584177b9c2 (diff) | |
download | mariadb-git-eaec18bda635cbed6242a7c960596c216aa14afc.tar.gz |
Makefile.am:
Bug#9873, reenabled --without-man option to work
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ffa27220611..96f3561e31c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ @readline_topdir@ sql-common \ @thread_dirs@ pstack \ - @sql_union_dirs@ scripts man tests \ + @sql_union_dirs@ scripts @man_dirs@ tests \ netware @libmysqld_dirs@ \ @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ |