Skip to content

Commit

Permalink
Merge pull request #8 from jpmens/rstlist
Browse files Browse the repository at this point in the history
Makefile uses module_formatter now creates list of modules to include in .rst
  • Loading branch information
mpdehaan committed Oct 3, 2012
2 parents f67c070 + 7ef70c2 commit 8fa2070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ clean:
# $(FORMATTER) -t rst --module-dir=../ansible/library -o rst/modules/

modules: $(FORMATTER) ../ansible/hacking/templates/rst.j2
$(FORMATTER) -t rst --template-dir=../ansible/hacking/templates --module-dir=../ansible/library -o rst/modules/
$(FORMATTER) -t rst --template-dir=../ansible/hacking/templates --module-dir=../ansible/library -o rst/modules/ --includes-file=rst/modules/_list.rst


0 comments on commit 8fa2070

Please sign in to comment.