aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO_8859-1/Makefile')
-rw-r--r--en_US.ISO_8859-1/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/en_US.ISO_8859-1/Makefile b/en_US.ISO_8859-1/Makefile
index 04e5d0f529..8b2cf5b6de 100644
--- a/en_US.ISO_8859-1/Makefile
+++ b/en_US.ISO_8859-1/Makefile
@@ -1,5 +1,20 @@
-# $Id: Makefile,v 1.1 1999-03-08 21:43:32 nik Exp $
+# $Id: Makefile,v 1.2 1999-08-16 22:09:04 nik Exp $
-SUBDIR = handbook
+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
.include <bsd.subdir.mk>