mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue