diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-07-25 11:39:04 -0700 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-07-26 13:42:24 -0700 |
commit | f28936f80bad5a7f0fffa32b055a4125e29304fa (patch) | |
tree | b98ff4276b36b3b0fc9a4df3b3d38eb89ec157a1 /doc | |
parent | 863312ddc3636ff0f12db1ad3a6a7f766f70c542 (diff) |
Uninstall documentation too
Caught by 'make distcheck'.
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 11117f8..9c52e84 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,6 +34,9 @@ install-data-local: $(INSTALL) -d $(DESTDIR)$(docdir); \ cp -a api/html $(DESTDIR)$(docdir); \ fi + +uninstall-local: + -rm -rf $(DESTDIR)$(docdir) endif clean-local: |