From 8c906a6e7ed1cf7592885863af6c396b053bc04d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 21 Feb 2019 17:06:47 +0100
Subject: [PATCH] Add files missing in e5f938a8e

---
 doc/manual/Makefile.am         | 16 ++++++++++++++++
 doc/manual/utils/version.py.in |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 doc/manual/Makefile.am
 create mode 100644 doc/manual/utils/version.py.in

diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
new file mode 100644
index 0000000000..9ebfbfdab9
--- /dev/null
+++ b/doc/manual/Makefile.am
@@ -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
diff --git a/doc/manual/utils/version.py.in b/doc/manual/utils/version.py.in
new file mode 100644
index 0000000000..2add40f511
--- /dev/null
+++ b/doc/manual/utils/version.py.in
@@ -0,0 +1,2 @@
+version = u'@PACKAGE_VERSION@'
+release = u'@PACKAGE_VERSION@'
-- 
GitLab