mirror of
https://github.com/django/django.git
synced 2025-08-22 11:34:33 +00:00
Used console directive in "Writing documentation".
This commit is contained in:
parent
8b25d546b6
commit
fe32fe1619
2 changed files with 13 additions and 4 deletions
|
@ -431,6 +431,9 @@ class ConsoleDirective(CodeBlock):
|
|||
elif token[:2] == '~/':
|
||||
token = '%HOMEPATH%\\' + token[2:]
|
||||
changed = True
|
||||
elif token == 'make':
|
||||
token = 'make.bat'
|
||||
changed = True
|
||||
if '://' not in token and 'git' not in cmdline:
|
||||
out.append(token.replace('/', '\\'))
|
||||
changed = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue