diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-05 20:26:44 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-05 20:26:44 (GMT) |
commit | 6ce5775a6c938da3e477352ec21067142dcb3385 (patch) | |
tree | 0f16569e885c1f97503fe6a572c4b059c3fc702b | |
parent | 3f1cdd074e41e5eb7836cb35fe298c5514979cb1 (diff) | |
download | hdf5-6ce5775a6c938da3e477352ec21067142dcb3385.zip hdf5-6ce5775a6c938da3e477352ec21067142dcb3385.tar.gz hdf5-6ce5775a6c938da3e477352ec21067142dcb3385.tar.bz2 |
[svn-r3362] Purpose:
Feature Add
Description:
Added the ``install-doc'' command to the Makefile.
Platforms tested:
Linux, Solaris.
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 4257811..4a33c74 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,6 +71,9 @@ install: done @$(LT) --mode=finish $(libdir); +install-doc: + (cd doc && $(MAKE) $@) || exit 1; + ## Number format detection H5detect: (cd src && $(MAKE) $@) |