diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-10-15 21:23:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-10-15 21:23:47 (GMT) |
commit | 6474c9dfdb971b45ca99ea38a6a6d117771cdc57 (patch) | |
tree | bf2b6c16ea2cc3250724b523a1186d7c3049d35a /config/commence.in | |
parent | 4c93f8deb4b9c8cc42a2ab41ec8e32d65d9bc407 (diff) | |
download | hdf5-6474c9dfdb971b45ca99ea38a6a6d117771cdc57.zip hdf5-6474c9dfdb971b45ca99ea38a6a6d117771cdc57.tar.gz hdf5-6474c9dfdb971b45ca99ea38a6a6d117771cdc57.tar.bz2 |
[svn-r1764] Added the install-doc and uninstall-doc targets.
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/commence.in b/config/commence.in index 99d9f73..fdc5b6d 100644 --- a/config/commence.in +++ b/config/commence.in @@ -34,6 +34,7 @@ exec_prefix=@exec_prefix@ bindir=@bindir@ libdir=@libdir@ includedir=@includedir@ +docdir=@exec_prefix@/doc PUB_LIB=$(LIB) ## Shared libraries @@ -49,6 +50,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM) ## Optional variables. We must declare them here because Irix pmake ## complains if it sees a reference to a variable which has never been ## defined. The main makefile is free to redefine these to something else. +DOCDIR=$(docdir) LIB= LIB_SRC= LIB_OBJ= |