GNOME Bugzilla – Bug 688271
build: Add --disable-man option
Last modified: 2012-11-20 01:50:14 UTC
1) For embedded systems, it makes no sense to include documentation of this kind on each image. So we might as well not even build it. 2) For people bootstrapping systems from source code, documentation is the source of many cyclical build loops. Allowing it to be disabled helps cut these loops. 3) The Docbook stylesheets and build system have no sane upstream, and so at the moment aren't included in gnome-ostree.
Created attachment 228910 [details] [review] build: Add --disable-man option
Do we need the man pages? Maybe this should be --enable-man instead?
(In reply to comment #2) > Do we need the man pages? Maybe this should be --enable-man instead? Well...we have variants of this patch in a lot of modules now, like dconf, gdm, gnome-shell, etc... at this point I think I'd rather be consistent.
Even more reason to do it the other way around I think. To make it easier and slimmer by default.
Created attachment 228920 [details] [review] build: Add --disable-man option Now defaulting to no
I pushed the first patch - man pages are useful; I don't see any reason not to build them by default.