diff --git a/.gitignore b/.gitignore index 3a4fd34..8c1d625 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ log/* man2book.iml /out/*.html -/tmp/* + /venv/ \ No newline at end of file diff --git a/README.md b/README.md index c0655d6..b7c4c4c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/man2book b/man2book index e463c9b..9bc5b62 100755 --- a/man2book +++ b/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: diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000..e69de29