New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10604 for NEMO/trunk/doc/rst/Makefile – NEMO

Ignore:
Timestamp:
2019-01-29T15:48:21+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Review partly INSTALL.rst + implement 2 features for the future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/rst/Makefile

    r10186 r10604  
    1919%: Makefile 
    2020   @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 
     21 
     22# Watch source directory and rebuild the documentation when a change is detected 
     23# Browse to 127.0.0.1:8000/NEMO_guide.html 
     24htmllive: 
     25   sphinx-autobuild $(SPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html 
Note: See TracChangeset for help on using the changeset viewer.