[bt-devel] Document question
Holger Schurig
bt-devel@crosswire.org
Tue, 25 Sep 2001 18:14:48 +0200
> I was woundering how this was done, I tried symbolic links and found
> that relative paths don't work, and of course absolute paths would
> point to the wrong place after make install. I should have realized
> that they needed to be created by make install.
CVS does not really like symbolic links, that makes quite easily
problems.
Better is to solve this via Makefile stuff:
thisfile:
ln -s ../otherdir/thisfile thisfile