diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-12-22 13:03:16 -0500 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2017-01-06 09:16:59 -0500 |
commit | 57f8b791d672ec520036973db235071656f45077 (patch) | |
tree | d907e3c11067065e804296722fd8f135c666304f /Makefile | |
parent | b139a67c71743f0fa824fc4c7d0e36ea5feeadee (diff) | |
download | ansible-57f8b791d672ec520036973db235071656f45077.tar.gz |
consolidated docs
point to new doc locations
removed non existing dirs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -286,7 +286,7 @@ deb-src-upload: deb-src # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory webdocs: - (cd docsite/; make docs) + (cd docs/docsite/; make docs) docs: $(MANPAGES) |