Add files missing in e5f938a8e

time-shift
Sébastien Villemot 2019-02-21 17:06:47 +01:00
parent 60054af97e
commit 8c906a6e7e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 18 additions and 0 deletions

16
doc/manual/Makefile.am Normal file
View File

@ -0,0 +1,16 @@
EXTRA_DIST = source
SRC = $(wildcard src/source/*.rst)
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

View File

@ -0,0 +1,2 @@
version = u'@PACKAGE_VERSION@'
release = u'@PACKAGE_VERSION@'