diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 36a5720..9ae12d6 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -79,3 +79,6 @@ EXTRA_DIST += version.xml.in # Build the documentation when creating tarballs dist-hook-local: $(MAKE) all + +uninstall-hook: + -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR) |