From 088febfbec498e1adfbffc81f05c4ad1c7d4632f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 10 Apr 2001 14:15:23 -0500 Subject: [svn-r3794] Purpose: Bug Fix Description: uninstall-doc wasn't declared at the top level Makefile. Solution: Added it. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 56af488..e292480 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) $@) -- cgit v0.12