This repository was archived by the owner on May 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3131 @echo " man to make manual pages"
3232 @echo " changes to make an overview of all changed/added/deprecated items"
3333 @echo " linkcheck to check all external links for integrity"
34+ @echo " texinfo to make Texinfo files"
35+ @echo " info to make Texinfo files and run them through makeinfo"
3436 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
3537
3638clean :
@@ -124,6 +126,19 @@ linkcheck:
124126 @echo " Link check complete; look for any errors in the above output " \
125127 " or in $( BUILDDIR) /linkcheck/output.txt."
126128
129+ texinfo :
130+ $(SPHINXBUILD ) -b texinfo $(ALLSPHINXOPTS ) $(BUILDDIR ) /texinfo
131+ @echo
132+ @echo " Build finished. The Texinfo files are in $( BUILDDIR) /texinfo."
133+ @echo " Run \` make' in that directory to run these through makeinfo" \
134+ " (use \` make info' here to do that automatically)."
135+
136+ info :
137+ $(SPHINXBUILD ) -b texinfo $(ALLSPHINXOPTS ) $(BUILDDIR ) /texinfo
138+ @echo " Running Texinfo files through makeinfo..."
139+ make -C $(BUILDDIR ) /texinfo info
140+ @echo " makeinfo finished; the Info files are in $( BUILDDIR) /texinfo."
141+
127142doctest :
128143 $(SPHINXBUILD ) -b doctest $(ALLSPHINXOPTS ) $(BUILDDIR ) /doctest
129144 @echo " Testing of doctests in the sources finished, look at the " \
You can’t perform that action at this time.
0 commit comments