summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-10-14 08:27:30 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2013-10-14 08:27:30 -0400
commit0cd09dd54ff3a9a93a918d598c89f2c134d66b15 (patch)
treeccead3d2979cf34c3d70fcb068155239ea9e35ef /Makefile
parentd22529bad0feb7ba3b24c6bc2d90cdddad03b3c4 (diff)
downloadansible-0cd09dd54ff3a9a93a918d598c89f2c134d66b15.tar.gz
Remove extra "latest/" subdirectory in docs build structure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1581332f41..4f25611ab3 100644
--- a/Makefile
+++ b/Makefile
@@ -178,5 +178,5 @@ modulepages:
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
webdocs:
- (cd docsite/latest; make docs)
+ (cd docsite/; make docs)