summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-07 20:34:09 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-07 20:34:09 +0000
commit4d04a1014f058ef2dca9859389b55d87b474d270 (patch)
tree11d16a3fa721b1e4ac076a621bea197344a62eb5 /Makefile.am
parentc3c4a6fc6062e17bf92a5657c168034a33cf94b8 (diff)
* Type ascription bug fixed (resolves bug 432), but there are others I discovered (still outstanding). :-(
* Fix a documentation-building problem when building from tarballs (fixes distcheck build failure last night) * Provide expected output for arith regression 'mod.01.smt2' * Also, fix a compiler warning in inst_gen.cpp (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4fe615286..2bcd4787f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,9 +126,9 @@ man_MANS = \
doc/libcvc4parser.3 \
doc/libcvc4compat.3
-doc/pcvc4.1:
+doc/pcvc4.1: doc/cvc4.1
rm -f doc/pcvc4.1
- $(LN_S) cvc4.1 doc/pcvc4.1
+ cp -p "$<" "$@"
# Can't put the first several in EXTRA_DIST because those are processed
# *before* recursive "make dist", and these files are generated in a
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback