diff --git a/Makefile b/Makefile index 367987affce..e217d9ef6df 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ deb-src-upload: deb-src # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory -webdocs: $(MANPAGES) +webdocs: (cd docsite/; make docs) docs: $(MANPAGES) diff --git a/hacking/dump_playbook_attributes.py b/hacking/dump_playbook_attributes.py index 88029cd24d0..357fbfaec2b 100755 --- a/hacking/dump_playbook_attributes.py +++ b/hacking/dump_playbook_attributes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import optparse from jinja2 import Environment, FileSystemLoader