aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-01-10 16:02:38 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-01-10 16:02:38 +0200
commit684f22da950285f8c73cae62498b71e3d164be1d (patch)
tree2f4ef2b39d37bdb4fe5c7f2ae005b50129352f63 /doc
parentf2ef09019ecbf1c64135deac26f0b097c4569b4b (diff)
downloadgrecs-684f22da950285f8c73cae62498b71e3d164be1d.tar.gz
grecs-684f22da950285f8c73cae62498b71e3d164be1d.tar.bz2
Provide a way to install headers if using a shared convenience library.
* am/grecs.m4 (GRECS_SETUP): New option install-headers. New subst variable GRECS_INCLUDE_DIR. * doc/GRECS_SETUP.3: Document the install-headers option. * src/Make-shared.am [GRECS_COND_INSTALLHEADERS]: Install headers in GRECS_INCLUDE_DIR.
Diffstat (limited to 'doc')
-rw-r--r--doc/GRECS_SETUP.38
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/GRECS_SETUP.3 b/doc/GRECS_SETUP.3
index d028854..4c4c1bd 100644
--- a/doc/GRECS_SETUP.3
+++ b/doc/GRECS_SETUP.3
@@ -14,7 +14,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH GRECS_SETUP 3 "May 16, 2011" "GRECS" "Grecs User Reference"
+.TH GRECS_SETUP 3 "January 10, 2012" "GRECS" "Grecs User Reference"
.SH NAME
GRECS_SETUP \- Initialize \fBgrecs\fR submodule.
.SH SYNOPSIS
@@ -68,6 +68,12 @@ Create a shared convenience library. By default, a static library is
created. Use this option if you want to incorporate grecs into another
shared library.
.TP
+.B install-header
+Install header files. This option is valid only when used together
+with \fBshared\fR. Header files will be installed in
+\fBpkgincludedir\fR. To select another installation directory, define
+the variable \fBGRECS_INCLUDE_DIR\fR to the name of that directory.
+.TP
.B std-pp-setup
Install the standard \fBpp-setup\fR file.
.TP

Return to:

Send suggestions and report system problems to the System administrator.