Merge pull request #4960 from albfan/devhelp

Instructions to view build result in devhelp
This commit is contained in:
Takeshi KOMIYA 2018-05-13 01:11:33 +09:00 committed by GitHub
commit 21af688c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@ class DevhelpBuilder(StandaloneHTMLBuilder):
""" """
name = 'devhelp' name = 'devhelp'
epilog = __('To view the help file:\n' epilog = __('To view the help file:\n'
'$ mkdir -p $HOME/.local/share/devhelp/%(project)s\n' '$ mkdir -p $HOME/.local/share/devhelp/books\n'
'$ ln -s %(outdir)s $HOME/.local/share/devhelp/%(project)s\n' '$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n'
'$ devhelp') '$ devhelp')
# don't copy the reST source # don't copy the reST source