diff --git a/Documentation/Makefile.postamble b/Documentation/Makefile.postamble index 7f06799fc..8a3626cab 100644 --- a/Documentation/Makefile.postamble +++ b/Documentation/Makefile.postamble @@ -81,6 +81,9 @@ after-uninstall:: # Things to do after cleaning after-clean:: +ifeq ($(HAVE_LIBXML),1) + $(MAKE) -C ../Source -f DocMakefile clean +endif rm -rf Base rm -rf BaseAdditions