From owner-cvs-all Sat Aug 28 2:53:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D2D14CC7; Sat, 28 Aug 1999 02:53:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33713; Sat, 28 Aug 1999 02:50:50 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199908280950.CAA33713@freefall.freebsd.org> From: Nik Clayton Date: Sat, 28 Aug 1999 02:50:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk docproj.docbook.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/08/28 02:50:50 PDT Modified files: share/mk docproj.docbook.mk Log: Define new LANGCODE variable, which should contain the language name and encoding for the documentation that's currently being built (e.g., 'en_US.ISO_8859-1', or 'es_ES.ISO_8859-1'). Used when building packages to create part of the package file name. Setting this involves an 'interesting' kludge -- suggestions for how better to achieve this within make(1) welcomed. package-*: No need to remove PLIST, it's always overwritten. Create empty COMMENT and DESCR files if they don't exist. Makes it easier to test this, without committing COMMENT and DESCR files all over the tree. Use the ${LANGCODE} variable in the package name. For example, the HTML pkg for the FAQ now looks like faq.en_US.ISO_8859-1.html.tgz, instead of just faq.html.tgz. Revision Changes Path 1.11 +24 -3 doc/share/mk/docproj.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message