summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-11 10:30:07 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit7be22fb6cac25031efc242708719555624f54791 (patch)
tree51e20a0255ede51798d4ca8aa9b36713075f72c0 /doc
parent507748d8bbdd2c9a2d29f83fd7f4ee6ac8d3fe08 (diff)
cmake: Various CMakeLists.txt fixes/cleanup.
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 52867433e..6e9ba73fd 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,3 +1,7 @@
+# Set variables required for the documentation *.in files
+string(TIMESTAMP MAN_DATE "%Y-%m-%d")
+set(VERSION CVC4_RELEASE_STRING)
+
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/SmtEngine.3cvc_template.in
${CMAKE_CURRENT_BINARY_DIR}/SmtEngine.3cvc_template)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback