Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27ed85 commit 2f55b11Copy full SHA for 2f55b11
1 file changed
Doc/Makefile
@@ -242,9 +242,10 @@ html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
242
243
html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex
244
html/modindex.html: html/lib/lib.html html/mac/mac.html
245
- $(TOOLSDIR)/mkmodindex --columns 4 --output html/modindex.html \
+ (cd html; \
246
+ ../$(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \
247
--address $(PYTHONDOCS) \
- html/lib/modindex.html html/mac/modindex.html
248
+ lib/modindex.html mac/modindex.html)
249
250
html: $(INDEXFILES) html/index.html html/modindex.html html/acks.html
251
0 commit comments