0002-no-perl-manpages.patch 877 B

12345678910111213141516171819202122232425262728293031323334353637
  1. xpp: do not try to install the manpages for the perl tools
  2. The man pages are generated neither at build time nor at install time,
  3. so the install step fails.
  4. Just disable them.
  5. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
  6. diff -durN dahdi-tools-2.11.0.orig/xpp/Makefile.am dahdi-tools-2.11.0/xpp/Makefile.am
  7. --- dahdi-tools-2.11.0.orig/xpp/Makefile.am 2015-12-22 21:19:12.000000000 +0100
  8. +++ dahdi-tools-2.11.0/xpp/Makefile.am 2016-01-04 23:56:31.851820973 +0100
  9. @@ -3,7 +3,6 @@
  10. SUBDIRS =
  11. -man_MANS =
  12. # FIXME: try to improve code, so we can use $(PEDANTIC)
  13. @@ -59,7 +58,6 @@
  14. udevrules_DATA = xpp.rules
  15. dist_sbin_SCRIPTS = $(perl_scripts)
  16. -man_MANS += $(perl_mans)
  17. CLEANFILES = $(perl_checks) $(perl_mans)
  18. if PBX_USB
  19. @@ -147,8 +145,6 @@
  20. astribank_allow.8 \
  21. astribank_is_starting.8
  22. -man_MANS += $(man_pages)
  23. -
  24. endif
  25. EXTRA_DIST = \