Changeset 9273 for trunk/make


Ignore:
Timestamp:
Sep 20, 2002, 5:37:37 AM (23 years ago)
Author:
bird
Message:

New PATH_SUB_HELP and PATH_SUB_BOOK. Changed PATH_SUB_DOC to doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.mak

    r9236 r9273  
    1 # $Id: setup.mak,v 1.19 2002-09-14 16:03:37 bird Exp $
     1# $Id: setup.mak,v 1.20 2002-09-20 03:37:37 bird Exp $
    22
    33#
     
    151151# Sub dir where the virtual dos drivers goes.
    152152PATH_SUB_VDD    = .
     153# Sub dir where the book files goes. (aka .inf)
     154PATH_SUB_BOOK   = book
     155# Sub dir where the help files goes. (aka .hlp)
     156PATH_SUB_HELP   = help
    153157# Sub dir where the documentation goes.
    154 PATH_SUB_DOC    = .
    155 # Sub dir where the helpfiles goes.
    156 PATH_SUB_HLP    = .
     158PATH_SUB_DOC    = docs
    157159
    158160
Note: See TracChangeset for help on using the changeset viewer.