mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r3794] Purpose:
Bug Fix Description: uninstall-doc wasn't declared at the top level Makefile. Solution: Added it.
This commit is contained in:
parent
b32b617837
commit
088febfbec
@ -74,6 +74,9 @@ install:
|
||||
install-doc:
|
||||
(cd doc && $(MAKE) $@) || exit 1;
|
||||
|
||||
uninstall-doc:
|
||||
(cd doc && $(MAKE) $@) || exit 1;
|
||||
|
||||
## Number format detection
|
||||
H5detect:
|
||||
(cd src && $(MAKE) $@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user