From: inv Date: Mon, 15 Apr 2013 07:11:34 +0000 (+0000) Subject: Fix make ditcheck problem X-Git-Tag: V7_2_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b2c82d3cd91c8ac6ddbed6e3e0f9b797d37b8dda;p=plugins%2Fblsurfplugin.git Fix make ditcheck problem --- diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index 0a8ae07..7010a36 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -42,4 +42,11 @@ install-data-local: fi; uninstall-local: - rm -rf $(DESTDIR)$(docdir)/tui/BLSURFPLUGIN + @test -d $(DESTDIR)$(tuidocdir) && chmod -R +w $(DESTDIR)$(tuidocdir) ; \ + for filen in `find $(DESTDIR)$(tuidocdir) -mindepth 1 -maxdepth 1` dummy ; do \ + case $${filen} in \ + dummy ) ;; \ + $(DESTDIR)$(tuidocdir)/head.png ) ;; \ + * ) echo "removing $${filen}" && rm -rf $${filen} ;; \ + esac ; \ + done