summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2006-11-27 21:38:53 +0100
committerkent@mysql.com/kent-amd64.(none) <>2006-11-27 21:38:53 +0100
commit12c3e410d4d018c2d4f0439760dbfd9992a83a5d (patch)
treedf882567882803d832096e72477734be98718da4 /Docs
parent5906c3868fd5c989eb3deb6b25405af0b17fbccd (diff)
parentb7e107bf2d1a0ae6d96cda8efdba01ef4f92c8c4 (diff)
downloadmariadb-git-12c3e410d4d018c2d4f0439760dbfd9992a83a5d.tar.gz
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kent/bk/mysql-4.1-merge
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 685eaeef7d1..159dffddde8 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -40,22 +40,22 @@ CLEAN_FILES: $(TXT_FILES)
GT = $(srcdir)/Support/generate-text-files.pl
../INSTALL-SOURCE: mysql.info $(GT)
- perl -w $(GT) $< "installing-source" "windows-source-build" > $@
+ perl -w $(GT) $(srcdir)/mysql.info "installing-source" "windows-source-build" > $@
../INSTALL-WIN-SOURCE: mysql.info $(GT)
- perl -w $(GT) $< "windows-source-build" "post-installation" > $@
+ perl -w $(GT) $(srcdir)/mysql.info "windows-source-build" "post-installation" > $@
# We put the description for the binary installation here so that
# people who download source wont have to see it. It is moved up to
# the toplevel by the script that makes the binary tar files.
INSTALL-BINARY: mysql.info $(GT)
- perl -w $(GT) $< "installing-binary" "installing-source" > $@
+ perl -w $(GT) $(srcdir)/mysql.info "installing-binary" "installing-source" > $@
../EXCEPTIONS-CLIENT: mysql.info $(GT)
- perl -w $(GT) $< "mysql-floss-license-exception" "function-index" > $@
+ perl -w $(GT) $(srcdir)/mysql.info "mysql-floss-license-exception" "function-index" > $@
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
- perl -w $(GT) $< "mac-os-x-installation" "netware-installation" > $@
+ perl -w $(GT) $(srcdir)/mysql.info "mac-os-x-installation" "netware-installation" > $@
# Don't update the files from bitkeeper
%::SCCS/s.%