summaryrefslogtreecommitdiff
path: root/docsite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/Makefile')
-rw-r--r--docsite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/Makefile b/docsite/Makefile
index f5d1b10c12..92129f7851 100644
--- a/docsite/Makefile
+++ b/docsite/Makefile
@@ -40,7 +40,7 @@ clean:
.PHONEY: docs clean
modules: $(FORMATTER) ../hacking/templates/rst.j2
- PYTHONPATH=../lib $(FORMATTER) -t rst --template-dir=../hacking/templates --module-dir=../library -o rst/
+ PYTHONPATH=../lib $(FORMATTER) -t rst --template-dir=../hacking/templates --module-dir=../lib/ansible/modules -o rst/
staticmin:
cat _themes/srtd/static/css/theme.css | sed -e 's/^[ \t]*//g; s/[ \t]*$$//g; s/\([:{;,]\) /\1/g; s/ {/{/g; s/\/\*.*\*\///g; /^$$/d' | sed -e :a -e '$$!N; s/\n\(.\)/\1/; ta' > _themes/srtd/static/css/theme.min.css