fix "make distcheck"
authorMorgan Deters <mdeters@gmail.com>
Thu, 8 Nov 2012 22:16:26 +0000 (22:16 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 8 Nov 2012 22:16:26 +0000 (22:16 +0000)
Makefile.am

index 2bcd4787fdbee933d983ff0f5dc1050484051785..efa4a068ad11e605b9f4d0d614d3ead109c8dafc 100644 (file)
@@ -136,13 +136,8 @@ doc/pcvc4.1: doc/cvc4.1
 #
 # The Makefile also can't go in EXTRA_DIST, because then automake thinks
 # it's the one in the builddir and we want the one from the srcdir.
-dist-hook:
-       cp -p \
-               doc/cvc4.1 \
-               doc/libcvc4.3 \
-               doc/SmtEngine.3cvc \
-               doc/options.3cvc \
-               "$(distdir)/doc"
+dist-hook: doc/cvc4.1 doc/libcvc4.3 doc/SmtEngine.3cvc doc/options.3cvc
+       cp -p $^ "$(distdir)/doc"
        cp -p "$(srcdir)/Makefile" "$(distdir)/Makefile"
 
 distclean-local: