mirror of
https://github.com/elyby/docs.git
synced 2024-11-22 21:23:01 +05:30
Исправлен Makefile для *unix систем
This commit is contained in:
parent
546223f158
commit
030c01e27f
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ html:
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||
|
||||
livehtml:
|
||||
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
|
||||
dirhtml:
|
||||
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
|
||||
|
Loading…
Reference in New Issue
Block a user