blob: 7a5d65bc219ff9d2222b0aba42f779ed80bb3fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
diff -ur texinfo-6.7/Makefile.am texinfo-6.7+iOS/Makefile.am
--- texinfo-6.7/Makefile.am 2019-08-25 07:11:44.000000000 -1000
+++ texinfo-6.7+iOS/Makefile.am 2019-09-28 22:54:17.000000000 -1000
@@ -62,8 +62,7 @@
SUBDIRS += info
endif
endif
- SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo texindex util \
- doc man
+ SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo texindex util
endif
distclean-local:
diff -ur texinfo-6.7/Makefile.in texinfo-6.7+iOS/Makefile.in
--- texinfo-6.7/Makefile.in 2019-09-23 08:32:11.000000000 -1000
+++ texinfo-6.7+iOS/Makefile.in 2019-09-28 22:54:43.000000000 -1000
@@ -109,8 +109,7 @@
@HAVE_TERMLIBS_TRUE@@TOOLS_ONLY_FALSE@am__append_5 = info
# DOS/Windows don't need TERMLIBS to build Info
@HAVE_TERMLIBS_FALSE@@HOST_IS_WINDOWS_TRUE@@TOOLS_ONLY_FALSE@am__append_6 = info
-@TOOLS_ONLY_FALSE@am__append_7 = install-info po po_document tp Pod-Simple-Texinfo texindex util \
-@TOOLS_ONLY_FALSE@ doc man
+@TOOLS_ONLY_FALSE@am__append_7 = install-info po po_document tp Pod-Simple-Texinfo texindex util
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -285,7 +284,7 @@
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = gnulib/lib install-info tp util info @native_tools@ po \
- po_document Pod-Simple-Texinfo texindex doc man
+ po_document Pod-Simple-Texinfo texindex
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in \
$(top_srcdir)/build-aux/compile \
$(top_srcdir)/build-aux/config.guess \
|