Some small but important fixes.

This commit is contained in:
Johannes Findeisen 2022-10-20 06:08:44 +02:00
commit e8f1dbe0b6
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View file

@ -2,5 +2,5 @@
log/*
man2book.iml
/out/*.html
/tmp/*
/venv/

View file

@ -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.

View file

@ -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
View file