diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-09-26 20:19:33 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-09-26 20:19:33 +0200 |
commit | 16c09e69f63653042d678c62b1a6633bab2f35b2 (patch) | |
tree | b4ba6e88cb9375177f5fe55d16e011c50941e6f8 /scripts/Makefile.am | |
parent | 4cfe994ebcc9c9f1ff710694916a1d6b1e22af7f (diff) | |
download | mariadb-git-16c09e69f63653042d678c62b1a6633bab2f35b2.tar.gz |
make_binary_distribution.sh:
Use 'make install' to create the package
Makefile.am:
Added 'pkgsuppdir' to control location separately
Pass on mandir and infodir
Don't install headers
scripts/Makefile.am:
Pass on mandir and infodir
scripts/make_binary_distribution.sh:
Use 'make install' to create the package
support-files/Makefile.am:
Added 'pkgsuppdir' to control location separately
cmd-line-utils/readline/Makefile.am:
Don't install headers
cmd-line-utils/libedit/Makefile.am:
Don't install headers
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0507385500e..471a23f0a73 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -135,6 +135,8 @@ SUFFIXES = .sh -e 's!@''pkgincludedir''@!$(pkgincludedir)!g' \ -e 's!@''pkgdatadir''@!$(pkgdatadir)!g' \ -e 's!@''sysconfdir''@!$(sysconfdir)!g' \ + -e 's!@''mandir''@!$(mandir)!g' \ + -e 's!@''infodir''@!$(infodir)!g' \ -e 's!@''CC''@!@CC@!'\ -e 's!@''CXX''@!@CXX@!'\ -e 's!@''GXX''@!@GXX@!'\ |