Allow excluding documentation from the build

This commit is contained in:
rl1987
2019-06-16 20:18:30 +03:00
parent 319ce22581
commit 66a15013fa
3 changed files with 32 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (build system):
- Add --disable-manpage and --disable-html-manual options to configure
script. This will enable shortening build times by not building
documentation. Resolves issue 19381.