diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/cplusplus/Makefile.am | 3 | ||||
-rw-r--r-- | doc/api/python/Makefile.am | 3 | ||||
-rw-r--r-- | doc/api/ruby/Makefile.am | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/cplusplus/Makefile.am b/doc/api/cplusplus/Makefile.am index b7f4595f8..76718fbce 100644 --- a/doc/api/cplusplus/Makefile.am +++ b/doc/api/cplusplus/Makefile.am @@ -57,6 +57,9 @@ distcheck-deps-subdirs : clean-local : rm -fr cplusplus/ +uninstall-local : + rm -fr $(DESTDIR)$(htmldir)/api/cplusplus + htmldocs : htmldocs-subdirs htmldocs-subdirs : 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 + diff --git a/doc/api/ruby/Makefile.am b/doc/api/ruby/Makefile.am index e3cfb3178..bcce78913 100644 --- a/doc/api/ruby/Makefile.am +++ b/doc/api/ruby/Makefile.am @@ -41,3 +41,6 @@ endif clean-local : rm -fr ruby +uninstall-local : + rm -fr $(DESTDIR)$(htmldir)/api/ruby + |