When building without and obj dir, cp may fail.

This commit is contained in:
matthieu 2012-11-11 18:54:02 +00:00
parent 3bc130ae81
commit b779baaa33

View File

@ -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