Changeset 5


Ignore:
Timestamp:
Aug 25, 2009, 5:19:47 PM (16 years ago)
Author:
diver
Message:

reorg part 1

Location:
branches/1.0/src
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/makefile.kmk

    r4 r5  
    4747OTHER_CLEAN = $(PATH_BIN)/uni.hlp $(PATH_BIN)/readme.txt
    4848
     49#install some more files
     50INSTALLS = docs
     51docs_INST = bin/
     52docs_SOURCES = uni.ico
     53OTHER_CLEAN += $(PATH_BIN)/uni.ico
    4954
    5055# packaging stuffs
     
    7883
    7984# compile english help file
    80 $(PATH_BIN)/uni.hlp: uni.ipf ./rc/uni.h ./H/hmacros.h config.kmk
     85$(PATH_BIN)/uni.hlp: uni.ipf ./uni.h ./H/hmacros.h config.kmk
    8186        -gcc -E -I./h -I./rc -x c uni.ipf > uni.i
    8287        -@mkdir $(PATH_BIN)
Note: See TracChangeset for help on using the changeset viewer.