Changeset 2472 for trunk


Ignore:
Timestamp:
Dec 4, 2005, 8:16:08 AM (20 years ago)
Author:
bird
Message:

adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2471 r2472  
    1313TEMPLATE_usr.bin_INST       = usr/bin/
    1414
     15TEMPLATE_usr.bin.doc = /usr/bin/ program documentation.
     16# 1: source  2: target  3: default ins path
     17TEMPLATE_usr.bin.doc_INSTFUN = $(3)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))
    1518
     19TEMPLATE_usr.bin.man = /usr/bin/ program manual page
     20# 1: source  2: target  3: default ins path
     21TEMPLATE_usr.bin.man_INSTFUN = $(3)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz
     22# 1: source  2: destination, 3: target
     23TEMPLATE_usr.bin.man_INSTALLER = gzip -9 -c $(1) > $(2)
     24
     25
Note: See TracChangeset for help on using the changeset viewer.