diff --git a/querydsl-docs/src/main/docbook/content/integration/collections.xml b/querydsl-docs/src/main/docbook/content/integration/collections.xml
index f788e0765..5de344074 100644
--- a/querydsl-docs/src/main/docbook/content/integration/collections.xml
+++ b/querydsl-docs/src/main/docbook/content/integration/collections.xml
@@ -157,10 +157,10 @@ for (String name : from(cat,cats)
Ant integration
- See the following page on how to run APT processors with ANT : Apt Task.
+ See the following page on how to run APT processors with ANT : Apt Task.
Replace com.mycom.MyAnnotationProcessorFactory with com.mysema.query.apt.QuerydslAnnotationProcessor.
-
+
\ No newline at end of file
diff --git a/querydsl-docs/src/main/docbook/content/integration/hql.xml b/querydsl-docs/src/main/docbook/content/integration/hql.xml
index f1fdbccae..2a33c535d 100644
--- a/querydsl-docs/src/main/docbook/content/integration/hql.xml
+++ b/querydsl-docs/src/main/docbook/content/integration/hql.xml
@@ -103,7 +103,7 @@
Ant integration
- See the following page on how to run APT processors with ANT : Apt Task.
+ See the following page on how to run APT processors with ANT : Apt Task.
Replace com.mycom.MyAnnotationProcessorFactory with com.mysema.query.apt.QuerydslAnnotationProcessor.
diff --git a/querydsl-docs/src/main/docbook/content/integration/jdoql.xml b/querydsl-docs/src/main/docbook/content/integration/jdoql.xml
index a8d31e0aa..dc75d6f5a 100644
--- a/querydsl-docs/src/main/docbook/content/integration/jdoql.xml
+++ b/querydsl-docs/src/main/docbook/content/integration/jdoql.xml
@@ -96,7 +96,7 @@
Ant integration
- See the following page on how to run APT processors with ANT : Apt Task.
+ See the following page on how to run APT processors with ANT : Apt Task.
Replace com.mycom.MyAnnotationProcessorFactory with com.mysema.query.apt.QuerydslAnnotationProcessor.
diff --git a/querydsl-root/dist.sh b/querydsl-root/dist.sh
index 4b19ce021..5112534b5 100644
--- a/querydsl-root/dist.sh
+++ b/querydsl-root/dist.sh
@@ -1,4 +1,7 @@
#!/bin/sh
+rm -rf target/dist
+mkdir target/dist
+
echo "Creating javadocs"
mvn javadoc:aggregate
@@ -16,5 +19,4 @@ mkdir ../querydsl-root/target/dist/reference
cp -R target/docbook/publish/en-US/* ../querydsl-root/target/dist/reference/
cd ../querydsl-root
-
echo "done."