9090 -rm -f command_index.rst
9191 -rm -rf $(BUILDDIR ) /* $(APIDOC_FILES )
9292
93+ format :
94+ bin/format_rst_file.py tutorial_* .rst
95+
9396html :
9497 $(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
9598 @echo
@@ -119,13 +122,13 @@ htmlhelp:
119122 $(SPHINXBUILD ) -b htmlhelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /htmlhelp
120123 @echo
121124 @echo " Build finished; now you can run HTML Help Workshop with the" \
122- " .hhp project file in $( BUILDDIR) /htmlhelp."
125+ " .hhp project file in $( BUILDDIR) /htmlhelp."
123126
124127qthelp :
125128 $(SPHINXBUILD ) -b qthelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /qthelp
126129 @echo
127130 @echo " Build finished; now you can run " qcollectiongenerator" with the" \
128- " .qhcp project file in $( BUILDDIR) /qthelp, like this:"
131+ " .qhcp project file in $( BUILDDIR) /qthelp, like this:"
129132 @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/Spack.qhcp"
130133 @echo " To view the help file:"
131134 @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/Spack.qhc"
@@ -149,7 +152,7 @@ latex:
149152 @echo
150153 @echo " Build finished; the LaTeX files are in $( BUILDDIR) /latex."
151154 @echo " Run \` make' in that directory to run these through (pdf)latex" \
152- " (use \` make latexpdf' here to do that automatically)."
155+ " (use \` make latexpdf' here to do that automatically)."
153156
154157latexpdf :
155158 $(SPHINXBUILD ) -b latex $(ALLSPHINXOPTS ) $(BUILDDIR ) /latex
@@ -172,7 +175,7 @@ texinfo:
172175 @echo
173176 @echo " Build finished. The Texinfo files are in $( BUILDDIR) /texinfo."
174177 @echo " Run \` make' in that directory to run these through makeinfo" \
175- " (use \` make info' here to do that automatically)."
178+ " (use \` make info' here to do that automatically)."
176179
177180info :
178181 $(SPHINXBUILD ) -b texinfo $(ALLSPHINXOPTS ) $(BUILDDIR ) /texinfo
@@ -194,12 +197,12 @@ linkcheck:
194197 $(SPHINXBUILD ) -b linkcheck $(ALLSPHINXOPTS ) $(BUILDDIR ) /linkcheck
195198 @echo
196199 @echo " Link check complete; look for any errors in the above output " \
197- " or in $( BUILDDIR) /linkcheck/output.txt."
200+ " or in $( BUILDDIR) /linkcheck/output.txt."
198201
199202doctest :
200203 $(SPHINXBUILD ) -b doctest $(ALLSPHINXOPTS ) $(BUILDDIR ) /doctest
201204 @echo " Testing of doctests in the sources finished, look at the " \
202- " results in $( BUILDDIR) /doctest/output.txt."
205+ " results in $( BUILDDIR) /doctest/output.txt."
203206
204207dashdoc :
205208 $(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /dashdoc
0 commit comments