diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2013-03-02 03:41:42 +0100 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2013-03-02 03:41:42 +0100 |
commit | 38bd17af223eb015bb1b00bd3fa103daaeb7e3ec (patch) | |
tree | 80dfdd0b73e80a832c1e2f138f40d2507e123e01 /Makefile | |
parent | Increase error handling in the unlikely case of failing to establish a connec... (diff) | |
download | ansible-38bd17af223eb015bb1b00bd3fa103daaeb7e3ec.tar.xz ansible-38bd17af223eb015bb1b00bd3fa103daaeb7e3ec.zip |
Restore authors file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ tests: PYTHONPATH=./lib nosetests -d -v # To force a rebuild of the docs run 'touch VERSION && make docs' -docs: $(MANPAGES) modulepages webdocs authors +docs: $(MANPAGES) modulepages webdocs authors: sh hacking/authors.sh |