aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/Makefile
blob: 08d963c3b00b4a881bf17393172b5bd6fc0881e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#       $Id: Makefile,v 1.2 1999-08-16 22:09:16 nik Exp $

SUBDIR = FAQ

COMPAT_SYMLINK = ru

# 
# 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/ru_SU.KOI8-R/books/faq ] || \
		mkdir -p /usr/local/share/doc/fdp/ru_SU.KOI8-R/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/ru_SU.KOI8-R	\
		      /usr/local/share/doc/fdp/${COMPAT_SYMLINK};	\
	fi
.endif

.include <bsd.subdir.mk>