| version 1.60, 1997/01/22 01:34:13 |
version 1.61, 1997/03/13 02:46:00 |
| Line 139 install: maninstall _SUBDIRUSE |
|
| Line 139 install: maninstall _SUBDIRUSE |
|
| ln $$l $$t; \ |
ln $$l $$t; \ |
| done; true |
done; true |
| .endif |
.endif |
| |
.if defined(SYMLINKS) && !empty(SYMLINKS) |
| |
@set ${SYMLINKS}; \ |
| |
while test $$# -ge 2; do \ |
| |
l=${DESTDIR}$$1; \ |
| |
shift; \ |
| |
t=${DESTDIR}$$1; \ |
| |
shift; \ |
| |
echo $$t -\> $$l; \ |
| |
rm -f $$t; \ |
| |
ln -s $$l $$t; \ |
| |
done; true |
| |
.endif |
| |
|
| maninstall: afterinstall |
maninstall: afterinstall |
| afterinstall: realinstall |
afterinstall: realinstall |