File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ clean:
1212 -find . -type d -name generated -exec rm -rf {} +
1313
1414build :
15- - mkdir -p $(BUILDDIR )
16- - cp " $( SOURCEDIR) /_ghpages/_gitignore.txt" " $( BUILDDIR) /.gitignore"
17- - cp " $( SOURCEDIR) /_ghpages/versions.json" " $( BUILDDIR) /versions.json"
18- - cp " $( SOURCEDIR) /_ghpages/index.html" " $( BUILDDIR) /index.html"
19- - touch " $( BUILDDIR) /.nojekyll"
20- - sphinx-build " $( SOURCEDIR) /2021.12" " $( BUILDDIR) /2021.12" $(SPHINXOPTS )
21- - sphinx-build " $( SOURCEDIR) /2022.12" " $( BUILDDIR) /2022.12" $(SPHINXOPTS )
22- - cp -r " $( BUILDDIR) /2022.12" " $( BUILDDIR) /latest"
23- - sphinx-build " $( SOURCEDIR) /draft" " $( BUILDDIR) /draft" $(SPHINXOPTS )
15+ mkdir -p $(BUILDDIR )
16+ cp " $( SOURCEDIR) /_ghpages/_gitignore.txt" " $( BUILDDIR) /.gitignore"
17+ cp " $( SOURCEDIR) /_ghpages/versions.json" " $( BUILDDIR) /versions.json"
18+ cp " $( SOURCEDIR) /_ghpages/index.html" " $( BUILDDIR) /index.html"
19+ touch " $( BUILDDIR) /.nojekyll"
20+ sphinx-build " $( SOURCEDIR) /2021.12" " $( BUILDDIR) /2021.12" $(SPHINXOPTS )
21+ sphinx-build " $( SOURCEDIR) /2022.12" " $( BUILDDIR) /2022.12" $(SPHINXOPTS )
22+ cp -r " $( BUILDDIR) /2022.12" " $( BUILDDIR) /latest"
23+ sphinx-build " $( SOURCEDIR) /draft" " $( BUILDDIR) /draft" $(SPHINXOPTS )
You can’t perform that action at this time.
0 commit comments