This repository was archived by the owner on May 9, 2020. It is now read-only.
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 31
31
@echo " man to make manual pages"
32
32
@echo " changes to make an overview of all changed/added/deprecated items"
33
33
@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"
34
36
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
35
37
36
38
clean :
@@ -124,6 +126,19 @@ linkcheck:
124
126
@echo " Link check complete; look for any errors in the above output " \
125
127
" or in $( BUILDDIR) /linkcheck/output.txt."
126
128
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
+
127
142
doctest :
128
143
$(SPHINXBUILD ) -b doctest $(ALLSPHINXOPTS ) $(BUILDDIR ) /doctest
129
144
@echo " Testing of doctests in the sources finished, look at the " \
You can’t perform that action at this time.
0 commit comments