summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-06 16:27:32 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-06 16:27:50 +0000
commita29a3a1f4b192ad114c2d07180e45ec48ed03fb4 (patch)
tree1117e8c960204ca45b7f39f2ee9cd018f721f172 /app-text/linuxdoc-tools
parentapp-misc/tmux: Add blocker for broken libevent versions (diff)
downloadgentoo-a29a3a1f4b192ad114c2d07180e45ec48ed03fb4.tar.gz
gentoo-a29a3a1f4b192ad114c2d07180e45ec48ed03fb4.tar.bz2
gentoo-a29a3a1f4b192ad114c2d07180e45ec48ed03fb4.zip
app-text/linuxdoc-tools: Add back a patch actually needed.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text/linuxdoc-tools')
-rw-r--r--app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
new file mode 100644
index 000000000000..075eae6526a7
--- /dev/null
+++ b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
@@ -0,0 +1,28 @@
+diff --git a/Makefile.in b/Makefile.in
+index 359f14e..1649245 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -161,23 +161,6 @@ endif
+ mkdir -m 755 -p $(tex_ddir)
+ $(INSTALL_DATA) tex/* $(tex_ddir)
+
+-# -- Build and install documentation
+- @echo "Installing documentation in $(doc_ddir) ..."
+- (cd doc; \
+- PATH=${PATH}:$(bin_ddir) \
+- PREFIX=$(DESTDIR)$(prefix) \
+- AUXBINDIR=$(auxbin_ddir) \
+- PKGPERL5LIB=$(perl5lib_ddir) \
+- PKGDATADIR=$(pkgdata_ddir) \
+- bash Makedoc.sh)
+-
+- 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
+- find $(doc_ddir) -type d -print | xargs chmod 755
+- find $(doc_ddir) -type f -print | xargs chmod 644
+-
+ # what dirs do the targets clean and distclean need?
+ DDIRS=
+ MDIRS=