Bug fix: Lua API docs
authorColin Clark <colin.clark@cclark.uk>
Tue, 18 May 2021 08:17:44 +0000 (09:17 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 18 May 2021 08:17:44 +0000 (09:17 +0100)
Ensure helpdir and sub-directories are deleted when uninstalling.

doc/Makefile.am

index 3b3a20e..a09a809 100644 (file)
@@ -24,7 +24,7 @@ install-data-hook: html
        fi
 
 uninstall-hook:
-       rm "$(DESTDIR)$(helpdir)/"*
+       rm -r "$(DESTDIR)$(helpdir)/"*
 
 clean-local:
        rm -rf html