]> SALOME platform Git repositories - samples/pyhello.git/blobdiff - doc/Makefile.am
Salome HOME
Merge from V5_1_main branch 24/11/2010
[samples/pyhello.git] / doc / Makefile.am
index e2247507f1c3f223b97b84eee6bd9260232a4fbd..07fa6dc09d280bc348fc5ca4fe2e8af8c7939243 100755 (executable)
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-EXTRA_DIST += static
+EXTRA_DIST += images static/footer.html static/doxygen.css
+
+guidocdir = $(docdir)/gui/PYHELLO
+guidoc_DATA = images/head.png
 
 usr_docs: doxyfile
        $(DOXYGEN) doxyfile
-
+       
 docs: usr_docs
 
 dev_docs:
@@ -32,7 +35,7 @@ clean-local:
        @for filen in `find . -maxdepth 1` ; do                 \
          case $${filen} in                                     \
            ./Makefile | ./doxyfile ) ;;                        \
-           . | .. ) ;;                                         \
+           . | .. | ./static ) ;;                              \
            *) echo "Removing $${filen}" ; rm -rf $${filen} ;;  \
          esac ;                                                \
        done ;
@@ -42,7 +45,7 @@ install-data-local: usr_docs
        @for filen in `find . -maxdepth 1` ; do                 \
          case $${filen} in                                     \
            ./Makefile | ./doxyfile | ./doxyfile.bak ) ;;       \
-           . | .. ) ;;                                         \
+           . | .. | ./static ) ;;                              \
            *) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/PYHELLO ;;\
          esac ;                                                                                \
        done ;