diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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) $@) |