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

doc/Makefile.am

index 3b3a20e887dac47c1fc3c306dd57eaae5826d751..a09a809b9a893f0b99ac6034196dd4b354a1bf07 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