Some small but important fixes.
This commit is contained in:
parent
fc9ff8d1fe
commit
e8f1dbe0b6
4 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,5 +2,5 @@
|
|||
log/*
|
||||
man2book.iml
|
||||
/out/*.html
|
||||
/tmp/*
|
||||
|
||||
/venv/
|
||||
|
|
@ -66,7 +66,7 @@ Source: [https://www.kernel.org/doc/man-pages/](https://www.kernel.org/doc/man-p
|
|||
## Future
|
||||
|
||||
When the above steps are done, and we could build a complete book there are some
|
||||
feature ides:
|
||||
feature ideas:
|
||||
|
||||
- Some kind of template for the book including a cover.
|
||||
- Image support for the cover.
|
||||
|
|
|
|||
4
man2book
4
man2book
|
|
@ -83,9 +83,9 @@ def main():
|
|||
if args.path:
|
||||
manpage_path = args.path
|
||||
|
||||
output_dir = args.target_directory + 'out/'
|
||||
output_dir = args.target_directory + '/out/'
|
||||
sections = ['1', '2', '3', '4', '5', '6', '7', '8']
|
||||
tmp_dir = args.target_directory + 'tmp/'
|
||||
tmp_dir = args.target_directory + '/tmp/'
|
||||
toc = {}
|
||||
|
||||
if args.sections:
|
||||
|
|
|
|||
0
tmp/.gitignore
vendored
Normal file
0
tmp/.gitignore
vendored
Normal file
Loading…
Add table
Add a link
Reference in a new issue