bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] patch: texinfo2man does not need to be in the PATH


From: Santiago Vila
Subject: [Bug-indent] patch: texinfo2man does not need to be in the PATH
Date: Thu, 12 Sep 2002 20:36:30 +0200 (CEST)

Hello.

Since the current directory may or may not be in the PATH, it's better
to execute texinfo2man from the current directory, not from the PATH.

I applied this patch to the Debian version of indent-2.2.8.
[ This is the only change apart from the packaging stuff ].

diff -ur indent-2.2.8.orig/man/Makefile.in indent-2.2.8/man/Makefile.in
--- indent-2.2.8.orig/man/Makefile.in   2002-03-21 21:41:34.000000000 +0100
+++ indent-2.2.8/man/Makefile.in        2002-07-04 17:42:05.000000000 +0200
@@ -378,7 +378,7 @@


 @address@hidden: @address@hidden ../doc/@address@hidden texinfo2man  Makefile
-       texinfo2man @address@hidden ../doc/@address@hidden > $@
+       ./texinfo2man @address@hidden ../doc/@address@hidden > $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:



BTW: Did you receive the mail from Matt Kraai from February regarding
manpage escapes? I refer to Debian Bug #132399, available here:

http://bugs.debian.org/132399





reply via email to

[Prev in Thread] Current Thread [Next in Thread]