File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,13 @@ clean:
27
27
28
28
rm -rf source/modules
29
29
echo "Deleted directory source/modules"
30
- echo "Completed HTML text generation, run 'make ibm_zos_cics'"
31
30
32
- ibm_zos_cics :
31
+ html :
33
32
mkdir build
34
33
mkdir -p source/modules
35
- # mv ../plugins/modules/__init__.py ../plugins/ modules/__init__.py.skip
34
+ echo " Extract docs from modules"
36
35
python ansible-doc-extractor-collections.py
37
- echo " Completed restructured text generation, run 'make html' "
38
- # mv ../plugins/modules/__init__.py.skip ../plugins/modules/__init__.py
36
+ @ $( SPHINXBUILD ) -M html " $( SOURCEDIR ) " " $( BUILDDIR ) " $( SPHINXOPTS ) $( O )
37
+
39
38
view :
40
39
open build/html/index.html
Original file line number Diff line number Diff line change
1
+ modules
You can’t perform that action at this time.
0 commit comments