From ff4924e151de06d0c9681ddefe29ee83515079bb Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 5 Mar 2009 06:22:36 +0000 Subject: [PATCH] Fix problem with make distcheck step --- doc/salome/gui/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/salome/gui/Makefile.am b/doc/salome/gui/Makefile.am index 6205e23b6..aad10ecc2 100644 --- a/doc/salome/gui/Makefile.am +++ b/doc/salome/gui/Makefile.am @@ -25,3 +25,8 @@ dist-hook: cp -Rp $(srcdir)/static $(distdir) ; \ rm -rf $(distdir)/static/CVS +# VSR: nullify these make targets to avoid 'make distcheck' failure +dvi: +pdf: +ps: + -- 2.39.2