1999-08-17 00:09:20 +02:00
|
|
|
# $Id: Makefile,v 1.2 1999-08-16 22:09:04 nik Exp $
|
1999-03-08 22:43:32 +01:00
|
|
|
|
1999-08-17 00:09:20 +02:00
|
|
|
SUBDIR = articles
|
|
|
|
SUBDIR+= books
|
|
|
|
|
|
|
|
COMPAT_SYMLINK = en
|
|
|
|
|
|
|
|
#
|
|
|
|
# Put the compatability symlink in place.
|
|
|
|
#
|
|
|
|
afterinstall:
|
|
|
|
.if !defined(IGNORE_COMPAT_SYMLINK)
|
|
|
|
if [ ! -e /usr/local/share/doc/fdp/${COMPAT_SYMLINK} ]; then \
|
|
|
|
rm -rf /usr/local/share/doc/fdp/${COMPAT_SYMLINK}; \
|
|
|
|
ln -s /usr/local/share/doc/fdp/en_US.ISO_8859-1 \
|
|
|
|
/usr/local/share/doc/fdp/${COMPAT_SYMLINK}; \
|
|
|
|
fi
|
|
|
|
.endif
|
1999-03-08 22:43:32 +01:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|