summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-28 17:29:01 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-28 17:29:01 +0000
commit65f720aac2d497c6e829d9c76638073a10060e7d (patch)
tree357035797e31f96a37dce30cb97ddb0aaf8f3bb7 /Makefile.am
parentc0c351a89871e0a6881668fa1a8d87349ab8af8e (diff)
Public interface review items:
* Internal uses of CheckArgument changed to AssertArgument/AlwaysAssertArgument() * Make util/Assert.h cvc4_private instead of public, so AssertionException and friends are now internal-only * CheckArgument() throws non-AssertionException * things outside the core library (parsers, driver) use regular C-style assert, or a public exception type. * auto-generated documentation for Smt options and internal options Also, a small fix to SMT-LIBv1 QF_ABV and QF_AUFBV definitions, which were nonstandard.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 267e10bc2..fb3e979d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,8 @@ EXTRA_DIST = \
doc/cvc4.1_template.in \
doc/cvc4.5.in \
doc/libcvc4.3_template.in \
+ doc/SmtEngine.3cvc4_template.in \
+ doc/options.3cvc4_template.in \
doc/libcvc4parser.3.in \
doc/libcvc4compat.3.in
man_MANS = \
@@ -114,6 +116,8 @@ man_MANS = \
doc/pcvc4.1 \
doc/cvc4.5 \
doc/libcvc4.3 \
+ doc/SmtEngine.3cvc4 \
+ doc/options.3cvc4 \
doc/libcvc4parser.3 \
doc/libcvc4compat.3
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback