Author: Tobias Geerinckx-Rice Upstream issue: Two files required to build the documentation (including man pages) are not included in the latest reposurgeon release, breaking ‘make all’. Luckily, they are tiny: --- a/docbook-extra.xml 1970-01-01 01:00:00.000000000 +0100 +++ b/docbook-extra.xml 2018-01-25 00:17:18.236727017 +0100 @@ -0,0 +1,5 @@ + + + +1 + diff -Naur reposurgeon-3.43/nofooter.conf reposurgeon-3.43-b/nofooter.conf --- a/nofooter.conf 1970-01-01 01:00:00.000000000 +0100 +++ b/nofooter.conf 2018-01-25 00:23:15.384498847 +0100 @@ -0,0 +1,2 @@ +[footer-text] + x
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14graph: Add d3js backend....* d3.v3.js, graph.js: New files. * Makefile.am (EXTRA_DIST): List them. * guix/graph.scm (%d3js-backend): New variable. (emit-d3js-prologue, emit-d3js-epilogue, emit-d3js-node, emit-d3js-edge): New procedures. (%graph-backends): Add %d3js-backend. Ricardo Wurmus