From 6ce5775a6c938da3e477352ec21067142dcb3385 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 5 Feb 2001 15:26:44 -0500 Subject: [svn-r3362] Purpose: Feature Add Description: Added the ``install-doc'' command to the Makefile. Platforms tested: Linux, Solaris. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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) $@) -- cgit v0.12