* external/sqlite3/Makefile
* external/libhpdf/Makefile
* external/libpng/Makefile
* external/Makefile
* include/Makefile
* source/pp/Makefile
* source/hbextern/Makefile
* source/lang/Makefile
* source/vm/maindllh/Makefile
* source/vm/mainstd/Makefile
* source/vm/maindllp/Makefile
* source/vm/Makefile
* source/vm/vmmt/Makefile
* source/vm/mainwin/Makefile
* source/main/Makefile
* source/debug/Makefile
* source/common/Makefile
* source/nortl/Makefile
* source/rtl/gtdos/Makefile
* source/rtl/gtwin/Makefile
* source/rtl/gtxwc/Makefile
* source/rtl/gtcrs/Makefile
* source/rtl/gtstd/Makefile
* source/rtl/gttrm/Makefile
* source/rtl/Makefile
* source/rtl/gtcgi/Makefile
* source/rtl/gtos2/Makefile
* source/rtl/gtsln/Makefile
* source/rtl/gtpca/Makefile
* source/rtl/gtgui/Makefile
* source/rtl/gt_tpl/Makefile
* source/rtl/gtwvt/Makefile
* source/macro/Makefile
* source/hbpcre/Makefile
* source/codepage/Makefile
* source/rdd/dbfntx/Makefile
* source/rdd/nulsys/Makefile
* source/rdd/Makefile
* source/rdd/dbfnsx/Makefile
* source/rdd/dbfcdx/Makefile
* source/rdd/hsx/Makefile
* source/rdd/usrrdd/rdds/Makefile
* source/rdd/usrrdd/Makefile
* source/rdd/dbffpt/Makefile
* source/rdd/hbsix/Makefile
* source/hbzlib/Makefile
* source/compiler/Makefile
* source/Makefile
* utils/hbformat/Makefile
* utils/hbmk2/Makefile
* utils/hbtest/Makefile
* utils/hbi18n/Makefile
* utils/Makefile
* utils/hbrun/Makefile
* contrib/gtalleg/Makefile
* contrib/hbmysql/Makefile
* contrib/hbct/Makefile
* contrib/xhb/Makefile
* contrib/hbodbc/Makefile
* contrib/hbtpathy/Makefile
* contrib/hbgt/Makefile
* contrib/hbmzip/Makefile
* contrib/hbsqlit3/Makefile
* contrib/hbblat/Makefile
* contrib/hbqt/Makefile
* contrib/hbfbird/Makefile
* contrib/hbziparc/Makefile
* contrib/hbxbp/Makefile
* contrib/xpp/Makefile
* contrib/Makefile
* contrib/hbnf/Makefile
* contrib/hbcurl/hbcurls/Makefile
* contrib/hbcurl/Makefile
* contrib/gtqtc/Makefile
* contrib/rddsql/sddmy/Makefile
* contrib/rddsql/sddpg/Makefile
* contrib/rddsql/sddfb/Makefile
* contrib/rddsql/sddodbc/Makefile
* contrib/rddsql/Makefile
* contrib/hbhpdf/Makefile
* contrib/rddado/Makefile
* contrib/gtwvg/Makefile
* contrib/hbpgsql/Makefile
* contrib/rddads/Makefile
* contrib/hbclipsm/Makefile
* contrib/hbfimage/Makefile
* contrib/hbgd/Makefile
* contrib/hbmisc/Makefile
* contrib/hbtip/Makefile
* contrib/hbwin/Makefile
* contrib/hbbmcdx/Makefile
* contrib/hbvpdf/Makefile
* contrib/hbssl/Makefile
* contrib/hbbtree/Makefile
* tests/bldtest/Makefile
* doc/en-EN/Makefile
* doc/Makefile
* Makefile
* Renaming .cf files to .mk.
Pass 3. Changing .cf references to .mk ones outside config.
SVN is in working state again. I'll do a final check after
this commit.
75 lines
1.1 KiB
Makefile
75 lines
1.1 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
DOC_SUBDIR := /en-EN
|
|
|
|
DOC_FILES := \
|
|
array.txt \
|
|
binnum.txt \
|
|
browse.txt \
|
|
clipper.txt \
|
|
cmdline.txt \
|
|
command.txt \
|
|
compiler.txt \
|
|
datetime.txt \
|
|
dbdelim.txt \
|
|
dbsdf.txt \
|
|
dbstrux.txt \
|
|
dir.txt \
|
|
diskspac.txt \
|
|
errsys.txt \
|
|
eval.txt \
|
|
file.txt \
|
|
garbage.txt \
|
|
gnulice.txt \
|
|
gtslang.txt \
|
|
harbext.txt \
|
|
hb_api.txt \
|
|
hb_apier.txt \
|
|
hb_apifs.txt \
|
|
hb_apigt.txt \
|
|
hb_apiit.txt \
|
|
hb_apiln.txt \
|
|
hb_apird.txt \
|
|
hb_compa.txt \
|
|
hb_date.txt \
|
|
hb_macro.txt \
|
|
hb_set.txt \
|
|
hb_vm.txt \
|
|
hvm.txt \
|
|
idle.txt \
|
|
input.txt \
|
|
lang.txt \
|
|
license.txt \
|
|
macro.txt \
|
|
math.txt \
|
|
memo.txt \
|
|
memvar2.txt \
|
|
menu.txt \
|
|
misc.txt \
|
|
nation.txt \
|
|
objfunc.txt \
|
|
rdd.txt \
|
|
rdddb.txt \
|
|
rddmisc.txt \
|
|
rddord.txt \
|
|
readme.txt \
|
|
sayget.txt \
|
|
set.txt \
|
|
setmode.txt \
|
|
string.txt \
|
|
strotype.txt \
|
|
subcodes.txt \
|
|
tbrowse.txt \
|
|
tclass.txt \
|
|
terminal.txt \
|
|
tgetlist.txt \
|
|
tlabel.txt \
|
|
treport.txt \
|
|
var.txt \
|
|
|
|
include $(TOP)$(ROOT)config/doc.mk
|