diff options
Diffstat (limited to 'doc/api/python/Makefile.am')
-rw-r--r-- | doc/api/python/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/python/Makefile.am b/doc/api/python/Makefile.am index 982c62a2c..b1f8cfbed 100644 --- a/doc/api/python/Makefile.am +++ b/doc/api/python/Makefile.am @@ -48,3 +48,6 @@ htmldocs-local : $(paludisapipythonhtml_DATA) clean-local : rm -fr python/ +uninstall-local : + rm -fr $(DESTDIR)$(htmldir)/api/python + |