summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-01-19 19:26:40 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2018-02-01 09:24:11 +0800
commit4c03865d1eb01ee1f4a7f8f917d0ce37b353f61a (patch)
treed1878ee87dc647277acdca60594e6ecd981be78b /doc
parentfe04a9778c8e0308173ebc8dae28b6fa1c9771c9 (diff)
downloadlibva-4c03865d1eb01ee1f4a7f8f917d0ce37b353f61a.tar.gz
build: clean generated documentation
Add to the clean target the removal of the generated documentation. Also use $(RM) for calling the command rm, which is a bit more portable.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b96acc1..b6b6f3e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -74,7 +74,10 @@ install-html-local:
done
uninstall-local:
- rm -rf $(DESTDIR)$(docdir)/html
+ $(RM) -rf $(DESTDIR)$(docdir)/html
+
+clean-local:
+ $(RM) -rf html-out latex
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in Doxyfile