dynare/doc/manual/Makefile.am

20 lines
407 B
Makefile
Raw Normal View History

2019-02-25 16:09:21 +01:00
EXTRA_DIST = source \
utils/dynare_dom.py \
utils/dynare_lex.py
2019-02-21 17:06:47 +01:00
SRC = $(wildcard source/*.rst)
2019-02-21 17:06:47 +01:00
html-local: build/html/index.html
build/html/index.html: $(SRC) source/conf.py
$(SPHINXBUILD) -M html source build
pdf-local: build/latex/dynare-manual.pdf
build/latex/dynare-manual.pdf: $(SRC) source/conf.py
$(SPHINXBUILD) -M latexpdf source build
clean-local:
rm -rf build
2020-02-25 14:22:53 +01:00
rm -rf utils/__pycache__