groff
[Top][All Lists]
Advanced

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

Re: [Groff] groffer and pdf


From: Keith MARSHALL
Subject: Re: [Groff] groffer and pdf
Date: Fri, 17 Nov 2006 09:37:37 +0000

> The caveat still stands, however, since the onus remains on the 
developer to
> ensure that a Makefile macro derived from autoconf's `LN_S' output 
variable
> is used in place of the `ln -s' command, in *every* rule which could 
result
> in the creation of a symbolic link.

I should also have noted that groff's autoconfigury already provides the
necessary `LN_S' Makefile macro.  Symlink avoidance is as simple as 
writing

  $(LN_S) file1 file2

instead of

  ln -s file1 file2

in any rule where that might be appropriate.

Regards,
Keith.




reply via email to

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