1 socat: disable documentation build/installation
3 The documentation generation process requires a special yold2man
4 program, for which we don't have a package in Buildroot. Since we
5 generally don't care much about documentation of packages, just adjust
6 the package Makefile.in to not build/install its documentation.
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 ===================================================================
15 Config/Makefile.Cygwin-1-5-25 Config/config.Cygwin-1-5-25.h \
16 Config/Makefile.MacOSX-10-5 Config/config.MacOSX-10-5.h
27 -install: progs $(srcdir)/doc/socat.1
29 mkdir -p $(DESTDIR)$(BINDEST)
30 $(INSTALL) -m 755 socat $(DESTDIR)$(BINDEST)
31 $(INSTALL) -m 755 procan $(DESTDIR)$(BINDEST)
32 $(INSTALL) -m 755 filan $(DESTDIR)$(BINDEST)
33 - mkdir -p $(DESTDIR)$(MANDEST)/man1
34 - $(INSTALL) -m 644 $(srcdir)/doc/socat.1 $(DESTDIR)$(MANDEST)/man1/
37 rm -f $(DESTDIR)$(BINDEST)/socat