getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Wed, 22 Apr 2020 02:01:37 -0400 (EDT)

branch: tkoyama010-patch-1
commit c2f35d1dd0d5c47df7b44670c1cbfdc7cdc8f8dd
Author: Tetsuo Koyama <address@hidden>
AuthorDate: Wed Apr 22 14:27:40 2020 +0900

    Update Makefile.am
    
    :wrench: matlab to matlab_octave
---
 doc/sphinx/Makefile.am | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 4ce76dc..0d0c165 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -85,11 +85,11 @@ help:
 images:
        -cd $(srcdir)/source/userdoc/images/; make png
        -cd $(srcdir)/source/project/images/; make png
-       -cd $(srcdir)/source/matlab/images/; make png
+       -cd $(srcdir)/source/matlab_octave/images/; make png
        -cd $(srcdir)/source/python/images/; make png
        -cd $(srcdir)/source/scilab/images/; make png
 
-build: $(srcdir)/source/matlab/cmdref.rst $(srcdir)/source/python/cmdref.rst 
$(srcdir)/source/scilab/cmdref.rst checkout images
+build: $(srcdir)/source/matlab_octave/cmdref.rst 
$(srcdir)/source/python/cmdref.rst $(srcdir)/source/scilab/cmdref.rst checkout 
images
        echo # $(SPHINXINTL) build # sphinx-intl produces a segmentation fault 
...
        echo # rm -fr build/$(BUILDER)/_images
        echo # rm -fr build/$(BUILDER)/*.png
@@ -139,15 +139,15 @@ clean:
        -rm -rf html/
        -cd $(srcdir)/source/userdoc/images/ && make clean
        -cd $(srcdir)/source/project/images/ && make clean
-       -cd $(srcdir)/source/matlab/images/ && make clean
+       -cd $(srcdir)/source/matlab_octave/images/ && make clean
        -cd $(srcdir)/source/python/images/ && make clean
        -cd $(srcdir)/source/scilab/images/ && make clean
-       -rm -f $(srcdir)/source/matlab/cmdref.rst
+       -rm -f $(srcdir)/source/matlab_octave/cmdref.rst
        -rm -f $(srcdir)/source/scilab/cmdref.rst
        -rm -f $(srcdir)/source/python/cmdref.rst
 
-$(srcdir)/source/matlab/cmdref.rst : $(top_srcdir)/interface/src/*.cc 
$(top_srcdir)/bin/extract_doc $(top_srcdir)/bin/split_cmdref
-       ($(top_srcdir)/bin/extract_doc $(top_srcdir)/interface/src matlab-doc > 
$(srcdir)/source/matlab/cmdref.rst &&  $(top_srcdir)/bin/split_cmdref 
$(srcdir)/source/matlab) || (rm -f $(srcdir)/source/matlab/cmdref.rst; 
/bin/false )
+$(srcdir)/source/matlab_octave/cmdref.rst : $(top_srcdir)/interface/src/*.cc 
$(top_srcdir)/bin/extract_doc $(top_srcdir)/bin/split_cmdref
+       ($(top_srcdir)/bin/extract_doc $(top_srcdir)/interface/src 
matlab_octave-doc > $(srcdir)/source/matlab_octave/cmdref.rst &&  
$(top_srcdir)/bin/split_cmdref $(srcdir)/source/matlab_octave) || (rm -f 
$(srcdir)/source/matlab_octave/cmdref.rst; /bin/false )
 
 $(srcdir)/source/scilab/cmdref.rst : $(top_srcdir)/interface/src/*.cc 
$(top_srcdir)/bin/extract_doc $(top_srcdir)/bin/split_cmdref
        ($(top_srcdir)/bin/extract_doc $(top_srcdir)/interface/src 
scilab-doc-rst > $(srcdir)/source/scilab/cmdref.rst  &&  
$(top_srcdir)/bin/split_cmdref $(srcdir)/source/scilab) || (rm -f 
$(srcdir)/source/scilab/cmdref.rst; /bin/false )
@@ -171,7 +171,7 @@ upload:
        -mv build/latex/*.pdf .
        (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete scilab_interface.pdf)
        (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete python_interface.pdf)
-       (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete matlab_interface.pdf)
+       (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete matlab_octave_interface.pdf)
        (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete getfem_userdoc.pdf)
        (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete getfem_project.pdf)
        (export srcdir=$(srcdir) && $(top_srcdir)/bin/upload_documentation 
--delete gmm_userdoc.pdf)
@@ -181,6 +181,6 @@ upload:
 EXTRA_DIST = \
        source/userdoc/images/Makefile                  \
        source/project/images/Makefile                  \
-       source/matlab/images/Makefile                  \
+       source/matlab_octave/images/Makefile                  \
        source/python/images/Makefile                  \
        source/scilab/images/Makefile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]