Skip to content

Commit

Permalink
docs: skip building texinfo and PDF files
Browse files Browse the repository at this point in the history
The MSYS2 packages lack the infrastructure to build those.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed May 13, 2022
1 parent e71dc3c commit 506a54e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions winsup/doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 506a54e

Please sign in to comment.