Le 4 févr. 2004, à 11:19, Bertrand Lupart a écrit :


Worked for me with fink's man 1.5k.
According to http://fink.sourceforge.net/pdb/package.php/man, the man
package is on 0.4.1 and 10.1 only.
But i got this on 10.2/unstable on my machine.
It is not in the 10.2-gcc3.3 unstable tree, so I'll guess it does not work on 10.3 too (problem with libc and glibc as far as I've read in catopen). Morevover it conflicts with manconf I use.

Since the problem is beyond your package, it may be added in the FAQ for
example.
Right.

It works but it's very inelegant, and I'm not sure how to parameterize
it with a MANLANGDIRS = . fr es array for example. Something along
this:

for d in $(MANLANGDIRS);
do mandir=$(mandir)/$(MANLANGDIRS)/man1
....

----8<----8<----8<----8<---- #!/bin/sh

MANLANGDIRS=". fr es"

for d in ($MANLANGDIRS); do
  echo $d;
done
---->8---->8---->8---->8----

That should do the trick.
May I really do that:
for d in ($MANLANGDIRS); do
install-$dman1: $($dman1_MANS) ...
done

I seriously doubt it. But, well, as I've already said, I'm far from being an expert.

Michèle
<http://micmacfr.homeunix.org>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to