]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/release/doc/zh_CN.GB2312/installation/Makefile.inc
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / release / doc / zh_CN.GB2312 / installation / Makefile.inc
1 # Original Revision: 1.2
2 # $FreeBSD$
3
4 .ifdef NO_LANGCODE_IN_DESTDIR
5 DESTDIR?=       ${DOCDIR}/installation/${.CURDIR:T}
6 .else
7 DESTDIR?=       ${DOCDIR}/zh_CN.GB2312/installation/${.CURDIR:T}
8 .endif