Package: texinfo / 6.3.0.dfsg.1-1

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
@@ -253,14 +253,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_DEPS = texinfo.info info-stnd.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
 PDFS = texinfo.pdf info-stnd.pdf
 PSS = texinfo.ps info-stnd.ps
 HTMLS = texinfo.html info-stnd.html
-TEXINFOS = texinfo.texi info-stnd.texi
+#TEXINFOS = texinfo.texi info-stnd.texi
+TEXINFOS =
 TEXI2DVI = texi2dvi
 TEXI2PDF = $(TEXI2DVI) --pdf --batch
 MAKEINFOHTML = $(MAKEINFO) --html
@@ -1114,8 +1116,10 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = tp_api
-info_TEXINFOS = texinfo.texi info-stnd.texi
-DISTCLEANFILES = texinfo.info* info-stnd.info*
+#info_TEXINFOS = texinfo.texi info-stnd.texi
+#DISTCLEANFILES = texinfo.info* info-stnd.info*
+info_TEXINFOS =
+DISTCLEANFILES =
 MAKEINFO_ENVIRONMENT = TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; \
                        top_srcdir="$(top_srcdir)" ; export top_srcdir ; \
                        top_builddir="$(top_builddir)" ; export top_builddir ;