X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fhtml%2FMakefile.in;h=135b2daefec98b741783540625cf546cce5ad1b2;hp=d364ac76dc3c7aeccff54c1226ef9aa492d2e5dc;hb=bc37f0b49f9713347749b6325e1c7062de8857ae;hpb=65897dd679cb330005dbd8270ca4c2e15e096c95 diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index d364ac76d..135b2daef 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -21,7 +21,7 @@ doc: mv -f doxyfile1 doxyfile; \ $(doxygen) ./doxyfile; \ cd ..; \ - cp -f $(srcdir)/INPUT/sources/doxygen.css ./html/doxygen.css + cp -fr $(srcdir)/INPUT/sources/static/*.* ./html/ cp -fr $(srcdir)/INPUT/sources/ html/ cp -fr $(srcdir)/INPUT/HTML/ html/ @@ -32,6 +32,7 @@ distclean: clean rm -rf INPUT install: + $(INSTALL) -d $(docdir); \ cp -rf html $(docdir) uninstall: