public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/
Date: Sun,  6 Dec 2015 04:44:40 +0000 (UTC)	[thread overview]
Message-ID: <1449377068.73dc9fb9a18861da6ba84741de399ce46769f025.idella4@gentoo> (raw)

commit:     73dc9fb9a18861da6ba84741de399ce46769f025
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Dec  2 09:21:47 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 04:44:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dc9fb9

app-text/linuxdoc-tools: do not install documentation Makefile in 0.9.71

 .../files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
index 76256da..e0bd5ad 100644
--- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
+++ b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
@@ -1,7 +1,8 @@
 See https://gitlab.com/agmartin/linuxdoc-tools/issues/4
+and https://gitlab.com/agmartin/linuxdoc-tools/issues/6
 
 diff --git a/Makefile.in b/Makefile.in
-index adb85d0..7038d97 100644
+index adb85d0..f215678 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -83,13 +83,14 @@ ifneq ($(BUILDDOC_FORMATS),)
@@ -22,6 +23,15 @@ index adb85d0..7038d97 100644
  		sh Makedoc.sh)
  endif
  
+@@ -174,7 +175,7 @@ ifneq ($(BUILDDOC_FORMATS),)
+ 	mkdir -m 755 -p $(doc_ddir)
+ 	# cp -r doc/* $(doc_ddir)
+ 	( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar -xpf - )
+-	rm -f $(doc_ddir)/Makedoc.sh
++	rm -f $(doc_ddir)/Makedoc.sh $(doc_ddir)/Makefile
+ 	find $(doc_ddir) -type d -print | xargs chmod 755
+ 	find $(doc_ddir) -type f -print | xargs chmod 644
+ endif
 diff --git a/doc/Makedoc.sh b/doc/Makedoc.sh
 index b7e2efb..da4be99 100644
 --- a/doc/Makedoc.sh


             reply	other threads:[~2015-12-06  4:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-06  4:44 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-14  4:27 [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/ Sam James
2015-10-06 16:29 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449377068.73dc9fb9a18861da6ba84741de399ce46769f025.idella4@gentoo \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox