]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Installation des icones
authorAndré Ribes <andre.ribes@edf.fr>
Mon, 21 Feb 2011 13:57:33 +0000 (14:57 +0100)
committerAndré Ribes <andre.ribes@edf.fr>
Mon, 21 Feb 2011 13:57:33 +0000 (14:57 +0100)
doc/Makefile.am
doc/resources/ADAO.png [new file with mode: 0644]
doc/resources/ADAO_small.png [new file with mode: 0644]
doc/ressources/ADAO.png [deleted file]
doc/ressources/ADAO_small.png [deleted file]

index 793ecd66eff9b0dcaa167f06913f344a407a4e64..978012f8cc2ffe3a7e4313e174eeaabcdd363537 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
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 (file)
index 7faf412..0000000
Binary files a/doc/ressources/ADAO_small.png and /dev/null differ