From: inv Date: Tue, 5 Mar 2013 05:40:21 +0000 (+0000) Subject: Fix pb of make distcheck X-Git-Tag: V7_1_0b1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9e88074a395ba6a02c4391541760055233917f0;p=modules%2Fhomard.git Fix pb of make distcheck --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6eae2243..9d467299 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -93,6 +93,7 @@ uninstall-local: clean-local: -rm -rf doctrees if test -d "html"; then rm -rf html ; fi + if test -d "latex"; then rm -rf latex ; fi dist-hook: if test -d "html"; then b=; else b="$(srcdir)/"; fi; \