Codebase list texinfo / 268cac8
fix broken man pages due to missing tex at build time (Closes: #740343) Norbert Preining 10 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 texinfo (5.2.0.dfsg.1-3) UNRELEASED; urgency=medium
1
2 * fix broken man pages due to missing tex at build time (Closes: #740343)
3
4 -- Norbert Preining <preining@debian.org> Sat, 01 Mar 2014 09:42:10 +0900
5
06 texinfo (5.2.0.dfsg.1-2) unstable; urgency=low
17
28 * update mime handler for plain text output (Closes: #723711)
2525 --prefix=/usr \
2626 --infodir='$${prefix}/share/info' --mandir='$${prefix}/share/man' \
2727 --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
28 # after dh_autotools-dev_updateconfig the man pages would
29 # be rebuild, but we don't have tex installed (and don't want
30 # to add texlive-binaries to build-deps, too big and not used)
31 # so the check we patched in would break the man page generation
32 # see BTS#740343
33 # backup the generated man page texi2dvi.1 and restore it
34 cp man/texi2dvi.1 debian
2835 $(MAKE)
36 mv debian/texi2dvi.1 man/
37 touch man/texi2dvi.1
2938 touch $@
3039
3140 check-stamp: build-stamp