Override "read-only" permissions when doing "make distcheck".
Docs/Makefile.am: Override "read-only" permissions on "manual.chm".
This commit is contained in:
parent
6b3953286d
commit
1f0c83c187
@ -66,7 +66,7 @@ INSTALL-BINARY: mysql.info $(GT)
|
|||||||
# It is not in BitKeeper, but is downloaded from intranet by Bootstrap.
|
# It is not in BitKeeper, but is downloaded from intranet by Bootstrap.
|
||||||
dist-hook:
|
dist-hook:
|
||||||
if [ -e $(srcdir)/manual.chm ] ; then \
|
if [ -e $(srcdir)/manual.chm ] ; then \
|
||||||
cp $(srcdir)/manual.chm $(distdir); \
|
cp -f $(srcdir)/manual.chm $(distdir); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user