From da1badcc76be85d324f8b9c1c34fbe2274a49ac1 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sun, 18 Oct 2015 11:19:50 +0000 Subject: RFC: Build git with man pages This commit renames git in core to git-minimal and adds a git chunk into devtools, the git chunk will replace git-minimal and will build and install git's man pages. It seems difficult to modify git in core so that it builds with docs without creating circular dependencies, chunks such as libtool depend on git, libxml2 depends on libtool, so libxml2 depends on git, but docutils depends on libxml2, and we need to make git depend on docutils, the fact that python2 is no longer in core also adds to the difficulty since asciidoc's build process depends on python2. Change-Id: Ifc64019b941740c85db058d36183b4a210c60e15 --- strata/devtools/git.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/devtools/git.morph (limited to 'strata/devtools') diff --git a/strata/devtools/git.morph b/strata/devtools/git.morph new file mode 100644 index 00000000..6ca079a5 --- /dev/null +++ b/strata/devtools/git.morph @@ -0,0 +1,9 @@ +name: git +kind: chunk +build-system: autotools +pre-configure-commands: +- make configure +build-commands: +- make all doc +install-commands: +- make install install-doc -- cgit v1.2.1