summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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