Skip to content
Snippets Groups Projects
Verified Commit 7199e3c6 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added makefile.

parent a8149bf9
No related branches found
No related tags found
No related merge requests found
python/*
src/build/*
src/source/__pycache__/*
\ No newline at end of file
Makefile 0 → 100644
all: html pdf
html: src/build/html/index.html
src/build/html/index.html: $(src/source/%.rst) src/source/conf.py
source python/bin/activate ; make -C src html
pdf: src/build/latex/dynare.pdf
src/build/latex/dynare.pdf: $(src/source/%.rst) src/source/conf.py
source python/bin/activate ; make -C src latexpdf
python: python/bin/python3
python/bin/python3:
python3 -m venv python
source python/bin/activate ; pip install --upgrade pip ; pip install sphinx recommonmark sphinx_rtd_theme
cp py/pygment/dynare.py python/lib/python3.*/site-packages/pygments/lexers/
cd python/lib/python3.*/site-packages/pygments/lexers ; python3 _mapping.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment