Skip to content

Commit

Permalink
Fix more file move issues
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Sep 17, 2017
1 parent 1959a76 commit 7b42e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ graft misc/userscripts
recursive-include scripts *.py *.sh
include qutebrowser/utils/testfile
include qutebrowser/git-commit-id
include doc/*
include LICENSE doc/* README.asciidoc
include misc/qutebrowser.desktop
include requirements.txt
include tox.ini
Expand Down
2 changes: 1 addition & 1 deletion scripts/asciidoc2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def build(self):
def _build_docs(self):
"""Render .asciidoc files to .html sites."""
files = [('doc/{}.asciidoc'.format(f),
'qutebrowser/html/{}.html'.format(f))
'qutebrowser/html/doc/{}.html'.format(f))
for f in self.FILES]
for src in glob.glob('doc/help/*.asciidoc'):
name, _ext = os.path.splitext(os.path.basename(src))
Expand Down

0 comments on commit 7b42e38

Please sign in to comment.