[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: makeinfo
From: |
Sergei Steshenko |
Subject: |
Re: makeinfo |
Date: |
Fri, 10 Aug 2012 07:59:28 -0700 (PDT) |
>________________________________
> From: Rita <address@hidden>
>To: help <address@hidden>
>Sent: Friday, August 10, 2012 2:53 PM
>Subject: makeinfo
>
>
>Hello,
>
>
>Would it make sense to have a ./configure flag for texinfo? While doing make
>make and in .DOCSTRINGs it fails to find my makeinfo since its installed in a
>separate location. Make assumes is in the standard location
>
>
>ANy thoughts?
>
>
>
>
Sure - 'makeinfo' is called (as many other utilities) according to $PATH
contents, and in case of my AppsFromScratch $PATH automatically contains
/mnt/sdb8/sergei/AFSWD_debug/20120424/texinfo-4.13/bin
path element (of course, it is not hard coded, it's just this way on my
desktop), and in it:
"
address@hidden:~/junk> ls -ltr
/mnt/sdb8/sergei/AFSWD_debug/20120424/texinfo-4.13/bin
total 1252
-rwxr-xr-x 1 qemu users 92393 2012-05-01 01:39 install-info
-rwxr-xr-x 1 qemu users 49416 2012-05-01 01:39 texindex
-rwxr-xr-x 1 qemu users 660 2012-05-01 01:39 texi2pdf
-rwxr-xr-x 1 qemu users 51525 2012-05-01 01:39 texi2dvi
-rwxr-xr-x 1 qemu users 663 2012-05-01 01:39 pdftexi2dvi
-rwxr-xr-x 1 qemu users 537106 2012-05-01 01:39 makeinfo
-rwxr-xr-x 1 qemu users 42410 2012-05-01 01:39 infokey
-rwxr-xr-x 1 qemu users 491817 2012-05-01 01:39 info
address@hidden:~/junk>
".
Rita, you are happily stepping on many rakes I've already stepped.
Regards,
Sergei.