termux-packages/packages/indent/Makefile.in.patch
Fredrik Fornwall 1e7050bcee indent: Skip texi2html build dependency
Packages should not modify the global build environment as it causes
side effects which could affect other packages. In this case a man
page is already available and we can skip the doc/ folder.
2018-06-08 00:56:49 +02:00

13 lines
435 B
Diff

diff -u -r ../indent-2.2.11/Makefile.in ./Makefile.in
--- ../indent-2.2.11/Makefile.in 2010-01-31 16:25:35.000000000 +0000
+++ ./Makefile.in 2018-06-07 22:50:57.895536279 +0000
@@ -237,7 +237,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = no-texinfo.tex
-SUBDIRS = intl src doc po man
+SUBDIRS = intl src po man
BUILT_SOURCES =
EXTRA_DIST = README \
config/config.rpath config/mkinstalldirs \