From: vsr Date: Fri, 12 Sep 2008 08:31:27 +0000 (+0000) Subject: Implement 'make dist' and 'make distcheck' steps support X-Git-Tag: TG_TRIPOLI_qt4_porting~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7fc64e078fe5ab282b1af9029de24fa22d19c683;p=modules%2Fgui.git Implement 'make dist' and 'make distcheck' steps support --- diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index f41884c86..a3a261db9 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -38,4 +38,4 @@ install-data-local: fi; uninstall-local: - rm -rf $(docdir)/tui/GUI + rm -rf $(DESTDIR)$(docdir)/tui/GUI