From 6b264d41ec1e8be0818e426eff9dd3767565f9c1 Mon Sep 17 00:00:00 2001
From: Peter Donald
Date: Tue, 30 Jan 2001 00:22:28 +0000
Subject: [PATCH] Fix docs to reflect reality with respect to dist building
Submitted By: Andrew Sudell
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268538 13f79535-47bb-0310-9956-ffa450edef68
---
docs/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 33f32ee08..86d454f2d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -207,8 +207,8 @@ directory. The list of auxilliary tasks and requirements is in
to build a bootstrap version of Ant.
When finished, use:
- build -Dant.dist.dir=<directory_to_contain_Ant_distribution> dist
(Windows)
- build.sh -Dant.dist.dir=<directory_to_contain_Ant_distribution> dist
(Unix)
+ build -Ddist.dir=<directory_to_contain_Ant_distribution> dist
(Windows)
+ build.sh -Ddist.dir=<directory_to_contain_Ant_distribution> dist
(Unix)
to create a binary distribution of Ant. This distribution can be
found in the directory you specified.