projects
/
geeqie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6202928
)
Bug fix: Lua API docs
author
Colin Clark
<
[email protected]
>
Tue, 18 May 2021 08:17:44 +0000
(09:17 +0100)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index 3b3a20e887dac47c1fc3c306dd57eaae5826d751..a09a809b9a893f0b99ac6034196dd4b354a1bf07 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-24,7
+24,7
@@
install-data-hook: html
fi
uninstall-hook:
- rm "$(DESTDIR)$(helpdir)/"*
+ rm
-r
"$(DESTDIR)$(helpdir)/"*
clean-local:
rm -rf html