Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
41778b56
Commit
41778b56
authored
Nov 22, 2007
by
kent@mysql.com/kent-amd64.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am, configure.in:
Include "manual.chm" in source TAR if it exists
parent
2bc3dba9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Docs/Makefile.am
Docs/Makefile.am
+1
-1
configure.in
configure.in
+5
-0
No files found.
Docs/Makefile.am
View file @
41778b56
...
...
@@ -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
=
mysql.info INSTALL-BINARY
EXTRA_DIST
=
mysql.info INSTALL-BINARY
@extra_docs@
# make sure that "make install" installs the info page, too
# automake only seems to take care of this automatically,
...
...
configure.in
View file @
41778b56
...
...
@@ -2452,10 +2452,15 @@ AC_ARG_WITH(docs,
if
test
"
$with_docs
"
=
"yes"
then
docs_dirs
=
"Docs"
if
test
-f
"
$srcdir
/Docs/manual.chm"
;
then
extra_docs
=
"manual.chm"
fi
else
docs_dirs
=
""
extra_docs
=
""
fi
AC_SUBST
(
docs_dirs
)
AC_SUBST
(
extra_docs
)
# Shall we build the man pages?
AC_ARG_WITH
(
man,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment