1999-08-19 02:08:37 +02:00
|
|
|
# $Id: Makefile,v 1.3 1999-08-19 00:08:37 nik Exp $
|
1998-07-20 19:16:21 +02:00
|
|
|
|
1999-08-19 02:08:37 +02:00
|
|
|
SUBDIR = books
|
1998-07-20 19:16:21 +02:00
|
|
|
|
1999-08-17 00:09:20 +02:00
|
|
|
COMPAT_SYMLINK = es
|
|
|
|
|
|
|
|
#
|
|
|
|
# XXX Kludge -- this directory probably doesn't exist yet. Pull this out
|
|
|
|
# when the FAQ is DocBook'ed
|
|
|
|
beforeinstall:
|
|
|
|
[ -d /usr/local/share/doc/fdp/es_ES.ISO_8859-1/books/faq ] || \
|
|
|
|
mkdir -p /usr/local/share/doc/fdp/es_ES.ISO_8859-1/books/faq
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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/es_ES.ISO_8859-1 \
|
|
|
|
/usr/local/share/doc/fdp/${COMPAT_SYMLINK}; \
|
|
|
|
fi
|
|
|
|
.endif
|
|
|
|
|
1998-07-20 19:16:21 +02:00
|
|
|
.include <bsd.subdir.mk>
|