Split out libstaroffice-doc package
Recently checked my system for large doc directories I'd prefer to not have installed and found libstaroffice
being one of the offenders, hence this MR:
$ du -hd2 /usr/share/doc/ | sort -h | tail -5
43M /usr/share/doc/llvm
43M /usr/share/doc/llvm/html
49M /usr/share/doc/libstaroffice
49M /usr/share/doc/libstaroffice/html
416M /usr/share/doc/
Unfortunately, I couldn't find any clean, single-command method of installing only the docs or only everything else with autotools, like CMake components (see fmt@358f4230). But, I hope this file shuffling in the packaging steps is OK, I've seen this pattern used in other packages.