Commit 1f0c83c1 authored by unknown's avatar unknown
Browse files

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


Docs/Makefile.am:
  Override "read-only" permissions on "manual.chm".
parent 6b395328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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