From: André Ribes Date: Mon, 21 Feb 2011 13:57:33 +0000 (+0100) Subject: Installation des icones X-Git-Tag: V6_4_0rc3~90 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=98a6223b1b93842093c0bb408b916773bdffd3ef;p=modules%2Fadao.git Installation des icones --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 793ecd6..978012f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,6 +5,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = $(top_builddir)/doc/build +SRCDIR = $(top_srcdir)/doc EXTRA_DIST = main.rst intro.rst conf.py @@ -12,10 +13,12 @@ install-data-local: make html ${mkinstalldirs} $(DESTDIR)$(docdir) cp -R $(BUILDDIR)/html/* $(DESTDIR)$(docdir) + cp $(SRCDIR)/resources/*.png $(salomeresdir) uninstall-local: chmod -R +w $(DESTDIR)$(docdir) rm -rf $(DESTDIR)$(docdir) + rm $(salomeresdir)/*.png clean-local: -rm -rf $(top_builddir)/doc/build diff --git a/doc/resources/ADAO.png b/doc/resources/ADAO.png new file mode 100644 index 0000000..6b465d7 Binary files /dev/null and b/doc/resources/ADAO.png differ diff --git a/doc/resources/ADAO_small.png b/doc/resources/ADAO_small.png new file mode 100644 index 0000000..7faf412 Binary files /dev/null and b/doc/resources/ADAO_small.png differ diff --git a/doc/ressources/ADAO.png b/doc/ressources/ADAO.png deleted file mode 100644 index 6b465d7..0000000 Binary files a/doc/ressources/ADAO.png and /dev/null differ diff --git a/doc/ressources/ADAO_small.png b/doc/ressources/ADAO_small.png deleted file mode 100644 index 7faf412..0000000 Binary files a/doc/ressources/ADAO_small.png and /dev/null differ