This integrates the patches from https://github.com/msys2/msys2-runtime/pull/102 and from https://github.com/msys2/msys2-runtime/pull/101 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
50 lines
1.5 KiB
Diff
50 lines
1.5 KiB
Diff
From 20f59b414ff39195eb42bca7751ee3b4ae33f870 Mon Sep 17 00:00:00 2001
|
|
From: Johannes Schindelin <johannes.schindelin@gmx.de>
|
|
Date: Mon, 8 Nov 2021 14:20:07 +0100
|
|
Subject: [PATCH 32/N] docs: skip building texinfo and PDF files
|
|
|
|
The MSYS2 packages lack the infrastructure to build those.
|
|
|
|
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
|
|
---
|
|
winsup/doc/Makefile.am | 9 +++------
|
|
1 file changed, 3 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/winsup/doc/Makefile.am b/winsup/doc/Makefile.am
|
|
index 534d674..d448ede 100644
|
|
--- a/winsup/doc/Makefile.am
|
|
+++ b/winsup/doc/Makefile.am
|
|
@@ -10,9 +10,7 @@ man1_MANS =
|
|
man3_MANS =
|
|
man5_MANS =
|
|
|
|
-doc_DATA = \
|
|
- cygwin-ug-net/cygwin-ug-net.pdf \
|
|
- cygwin-api/cygwin-api.pdf
|
|
+doc_DATA =
|
|
|
|
htmldir = $(datarootdir)/doc
|
|
|
|
@@ -28,8 +26,7 @@ all-local: Makefile.dep \
|
|
cygwin-ug-net/cygwin-ug-net.html \
|
|
faq/faq.html faq/faq.body \
|
|
cygwin-ug-net/cygwin-ug-net-nochunks.html.gz \
|
|
- api2man.stamp intro2man.stamp utils2man.stamp \
|
|
- cygwin-api.info cygwin-ug-net.info
|
|
+ api2man.stamp intro2man.stamp utils2man.stamp
|
|
|
|
clean-local:
|
|
rm -f Makefile.dep
|
|
@@ -69,7 +66,7 @@ install-etc:
|
|
@$(MKDIR_P) $(DESTDIR)$(sysconfdir)/preremove
|
|
$(INSTALL_SCRIPT) $(srcdir)/etc.preremove.cygwin-doc.sh $(DESTDIR)$(sysconfdir)/preremove/cygwin-doc.sh
|
|
|
|
-install-data-hook: install-extra-man install-html-local install-info-local install-etc
|
|
+install-data-hook: install-extra-man install-html-local install-etc
|
|
|
|
uninstall-extra-man:
|
|
for i in *.1 ; do \
|
|
--
|
|
2.37.3
|
|
|