Package: texinfo / 5.2.0.dfsg.1-6

dont_build_info Patch series | download
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
36
37
38
39
dont build the info documentation, it has been removed
---
 doc/Makefile.in |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

--- texinfo.orig/doc/Makefile.in
+++ texinfo/doc/Makefile.in
@@ -240,14 +240,16 @@
 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
 am__v_texidevnull_0 = > /dev/null
 am__v_texidevnull_1 = 
-INFO_DEPS = texinfo.info info-stnd.info info.info
+#INFO_DEPS = texinfo.info info-stnd.info info.info
+INFO_DEPS =
 TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
 am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux
 DVIS = texinfo.dvi info-stnd.dvi info.dvi
 PDFS = texinfo.pdf info-stnd.pdf info.pdf
 PSS = texinfo.ps info-stnd.ps info.ps
 HTMLS = texinfo.html info-stnd.html info.html
-TEXINFOS = texinfo.texi info-stnd.texi info.texi
+#TEXINFOS = texinfo.texi info-stnd.texi info.texi
+TEXINFOS =
 TEXI2DVI = texi2dvi
 TEXI2PDF = $(TEXI2DVI) --pdf --batch
 MAKEINFOHTML = $(MAKEINFO) --html
@@ -1044,8 +1046,10 @@
 SUBDIRS = tp_api
 
 # Put the Texinfo manual first because that's the most important.
-info_TEXINFOS = texinfo.texi info-stnd.texi info.texi
-DISTCLEANFILES = texinfo.info* info*.info*
+#info_TEXINFOS = texinfo.texi info-stnd.texi info.texi
+#DISTCLEANFILES = texinfo.info* info*.info*
+info_TEXINFOS =
+DISTCLEANFILES =
 
 # Use the programs built in our distribution, taking account of possible
 # cross-compiling.