diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-02 12:21:47 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-06 12:44:28 +0800 |
commit | 73dc9fb9a18861da6ba84741de399ce46769f025 (patch) | |
tree | eb17938f453dc717b238cf15d6ccd9bbc31e9123 /app-text | |
parent | Version Bump (diff) | |
download | gentoo-73dc9fb9a18861da6ba84741de399ce46769f025.tar.gz gentoo-73dc9fb9a18861da6ba84741de399ce46769f025.tar.bz2 gentoo-73dc9fb9a18861da6ba84741de399ce46769f025.zip |
app-text/linuxdoc-tools: do not install documentation Makefile in 0.9.71
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch | 12 |
1 files changed, 11 insertions, 1 deletions
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 76256da0f37a..e0bd5adf3318 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 |