aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/Makefile')
-rw-r--r--ja_JP.eucJP/Makefile26
1 files changed, 22 insertions, 4 deletions
diff --git a/ja_JP.eucJP/Makefile b/ja_JP.eucJP/Makefile
index 4af7c70716..5437dadead 100644
--- a/ja_JP.eucJP/Makefile
+++ b/ja_JP.eucJP/Makefile
@@ -1,8 +1,26 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id: Makefile,v 1.5 1998-02-25 04:32:56 hanai Exp $
+# $Id: Makefile,v 1.6 1999-08-16 22:09:11 nik Exp $
-SUBDIR = handbook
-SUBDIR+= FAQ
+SUBDIR = books
SUBDIR+= man
+SUBDIR+= FAQ
+
+COMPAT_SYMLINK = ja_JP.eucJP
+
+# XXX Kludge -- pull this out when the FAQ is in DocBook
+beforeinstall:
+ [ -d /usr/local/share/doc/fdp/ja/books/faq ] || \
+ mkdir -p /usr/local/share/doc/fdp/ja/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/ja \
+ /usr/local/share/doc/fdp/${COMPAT_SYMLINK}; \
+ fi
+.endif
.include <bsd.subdir.mk>