Fix cross-document references to 'playbooks' in the modules source.

Update manpages from ansible repo to show when options require args.

Update clean target Makefile so 'rm' doesn't print a useless error
when files aren't found while cleaning.
This commit is contained in:
Tim Bielawa
2012-03-23 22:38:29 -04:00
parent 5a9fe3ac62
commit ef632db9f3
23 changed files with 120 additions and 118 deletions

View File

@@ -19,8 +19,8 @@ htmldocs:
./build-site.py rst
clean:
-rm .buildinfo
-rm *.inv
-rm -f .buildinfo
-rm -f *.inv
-rm -rf *.doctrees
@echo "Cleaning up byte compiled python stuff"
find . -regex ".*\.py[co]$$" -delete