|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.83, 1997/02/17 19:24:47 | version 1.84, 1997/03/13 02:46:00 | ||
|---|---|---|---|
|
|
||
| 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 | |||
| install: maninstall _SUBDIRUSE | install: maninstall _SUBDIRUSE | ||
| maninstall: afterinstall | maninstall: afterinstall |