diff options
-rw-r--r-- | lib/libXcomposite/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXcomposite/man/Makefile.am b/lib/libXcomposite/man/Makefile.am index 2158667cb..8787c43ca 100644 --- a/lib/libXcomposite/man/Makefile.am +++ b/lib/libXcomposite/man/Makefile.am @@ -44,5 +44,5 @@ if HAVE_XMLTO else .xml.man: @echo "WARNING: configure did not find xmlto, cannot create $@ without it" - cp ${srcdir}/$@ . + -cp ${srcdir}/$@ . endif |