Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 1999 02:50:50 -0700 (PDT)
From:      Nik Clayton <nik@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/mk docproj.docbook.mk
Message-ID:  <199908280950.CAA33713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908280950.CAA33713>