Override "read-only" permissions when doing "make distcheck".

Docs/Makefile.am:
  Override "read-only" permissions on "manual.chm".
This commit is contained in:
unknown 2006-10-11 15:32:32 +02:00
parent 6b3953286d
commit 1f0c83c187

View File

@ -66,7 +66,7 @@ INSTALL-BINARY: mysql.info $(GT)
# It is not in BitKeeper, but is downloaded from intranet by Bootstrap.
dist-hook:
if [ -e $(srcdir)/manual.chm ] ; then \
cp $(srcdir)/manual.chm $(distdir); \
cp -f $(srcdir)/manual.chm $(distdir); \
fi
# Don't update the files from bitkeeper