From 4dcb3f1ba3d7ee3fdf2bf5c13e31aa0974814344 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Mon, 6 Feb 2023 22:44:07 +0100 Subject: [PATCH 06/15] no docs for git --- gnu/packages/version-control.scm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f0156391dd..6a62b8aafe 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -427,16 +427,6 @@ (define-public git '("t/t9128-git-svn-cmd-branch.sh" "t/t9167-git-svn-cmd-branch-subproject.sh" "t/t9141-git-svn-multiple-branches.sh"))))) - (add-after 'install 'install-info-manual - (lambda* (#:key parallel-build? #:allow-other-keys) - (define job-count (if parallel-build? - (number->string (parallel-job-count)) - "1")) - (invoke "make" "-C" "Documentation" "install-info" - "-j" job-count - ;; The Makefile refer to 'docbook2x-texi', but our binary - ;; is named 'docbook2texi'. - "DOCBOOK2X_TEXI=docbook2texi" "PERL_PATH=perl"))) (add-after 'install 'install-shell-completion (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) -- 2.39.1