aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-11-30 00:03:37 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-11-30 00:03:37 +0000
commit5579f3582422d9bf9cff5af645369f3b963da7c3 (patch)
tree09ff95478e6c475e6d29caeb9dd11573c3d4e4d0 /Makefile
parent61e47211ef72556cdbfb91c96bbcda9e56b2e1d4 (diff)
downloaddoc-5579f3582422d9bf9cff5af645369f3b963da7c3.tar.gz
doc-5579f3582422d9bf9cff5af645369f3b963da7c3.zip
o Target "all" is gone away, only "links" lives in www/.
o Symbolic links for web.mk in each translations are removed. o So building procedure is: - cd /usr/www; make obj (optional) - cd /usr/www/en; make all Submitted by: nbm Modified by: kuriyama
Notes
Notes: svn path=/www/; revision=8456
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile52
1 files changed, 2 insertions, 50 deletions
diff --git a/Makefile b/Makefile
index 36b8168411..2867535ffb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,62 +1,14 @@
-# $FreeBSD: www/Makefile,v 1.14 2000/09/30 00:21:38 nbm Exp $
+# $FreeBSD: www/Makefile,v 1.15 2000/11/08 01:15:39 kuriyama Exp $
WEB_PREFIX= ${.CURDIR}
-LINKS= en/ja en/es en/ru en/zh
-LINKS+= ja/web.mk es/web.mk ru/web.mk
-LINKS+= web.mk
-
-.if !defined(WEB_ONLY) || empty(WEB_ONLY)
-LINKS+= ../doc/en_US.ISO_8859-1/web.mk
-LINKS+= ../doc/en_US.ISO_8859-1/includes.sgml
-.endif
-
SUBDIR= en
.if make(obj)
SUBDIR+= ja es ru zh
.endif
-all: links
-
-
-links: ${LINKS}
-
-clean:
- rm -f ${LINKS}
-
-
-en/ja:
- cd en; ln -sf ${.CURDIR}/ja
-
-en/es:
- cd en; ln -sf ${.CURDIR}/es
-
-en/ru:
- cd en; ln -sf ${.CURDIR}/ru
-
-en/zh:
- cd en; ln -sf ${.CURDIR}/zh
-
-ja/web.mk:
- cd ja; ln -sf ${.CURDIR}/en/web.mk
-
-es/web.mk:
- cd es; ln -sf ${.CURDIR}/en/web.mk
-
-ru/web.mk:
- cd ru; ln -sf ${.CURDIR}/en/web.mk
-
-web.mk:
- cd .; ln -sf ${.CURDIR}/en/web.mk
-
-.if !defined(WEB_ONLY) || empty(WEB_ONLY)
-../doc/en_US.ISO_8859-1/web.mk:
- cd ../doc/en_US.ISO_8859-1; ln -sf ${.CURDIR}/en/web.mk
-
-../doc/en_US.ISO_8859-1/includes.sgml:
- cd ../doc/en_US.ISO_8859-1; ln -sf ${.CURDIR}/en/includes.sgml
-.endif
+links:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>