Bruno Victal writes: > * gnu/packages/mpd.scm (mympd): Update to 13.0.5. > [native-inputs]: Add jekyll. > [outputs]: Add 'doc. > [arguments]<#:configure-flags>: Install HTML documentation. Set correct value > for localstatedir. > <#:phases>: Add 'move-doc. > > Change-Id: I0f1ab4295b7bc03876ad1bbeff6154b4da6adc9a > --- > gnu/packages/mpd.scm | 22 +++++++++++++++------- > 1 file changed, 15 insertions(+), 7 deletions(-) Thanks for the patch, I've pushed it to master as dbc02656cf4804821e68d655fc871e2365150f43. It would be good to record in the commit message the motivation for changes like splitting the doc stuff in to a separate output. I had a look at the doc output is larger than the main output, so maybe that's justification enough. Chris