diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-02-17 23:16:19 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-02-17 23:16:19 +0100 |
commit | 7bfb01489bdc11ceb7a79f38e2c90b61232f605f (patch) | |
tree | 64cec13ef9d3de272bb5c0ec5d366f213e6e17d1 /doc/Makemodule.am | |
parent | 1c82a9f2fa98e68b68e6868298fba1830d91d1db (diff) |
Write up some thoughts on the thread pool based block processor
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/Makemodule.am')
-rw-r--r-- | doc/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makemodule.am b/doc/Makemodule.am index d7010b6..b215d5d 100644 --- a/doc/Makemodule.am +++ b/doc/Makemodule.am @@ -1,4 +1,4 @@ dist_man1_MANS += doc/gensquashfs.1 doc/rdsquashfs.1 doc/sqfs2tar.1 dist_man1_MANS += doc/tar2sqfs.1 doc/sqfsdiff.1 -EXTRA_DIST += doc/format.txt +EXTRA_DIST += doc/format.txt doc/parallelism.txt |