diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-05 13:29:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-05 13:29:11 +0100 |
commit | 8f7e9cdd6005efb354a6efba83200fbfd01efa6a (patch) | |
tree | e124da4d3717ef1c9d54c7e0e49ae32b0fd00e3a | |
parent | 7db205d25d93f801b5f22dfb8afd059c3961ff4f (diff) |
Fix distcheck with newer Doxygen: remove *.js, too, during uninstalldbus-1.6.0
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 591efc99..b2659871 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -106,6 +106,7 @@ uninstall-local:: rm -f $(DESTDIR)$(apidir)/*.html rm -f $(DESTDIR)$(apidir)/*.png rm -f $(DESTDIR)$(apidir)/*.css + rm -f $(DESTDIR)$(apidir)/*.js rm -f $(DESTDIR)$(htmldir)/*.html rm -f $(DESTDIR)$(docdir)/*.txt rm -f $(DESTDIR)$(htmldir)/*.png |