* contrib/hbct/doc/en/tab.txt
* contrib/xhb/hbcompat.ch
* doc/pragma.txt
* doc/en/terminal.txt
* doc/en/file.txt
* hb_osnewline() -> hb_eol()
* doc/Makefile
! deleted howtobld.txt
34 lines
467 B
Makefile
34 lines
467 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
DOC_FILES := \
|
|
c_std.txt \
|
|
class_tp.txt \
|
|
clipper.txt \
|
|
cmdline.txt \
|
|
cmpopt.txt \
|
|
codebloc.txt \
|
|
codestyl.txt \
|
|
destruct.txt \
|
|
dirstruc.txt \
|
|
gmake.txt \
|
|
gtapi.txt \
|
|
hdr_tpl.txt \
|
|
howtorel.txt \
|
|
howtosvn.txt \
|
|
inet.txt \
|
|
pcode.txt \
|
|
pp.txt \
|
|
pragma.txt \
|
|
readme.txt \
|
|
statics.txt \
|
|
tracing.txt \
|
|
transfrm.txt \
|
|
vm.txt \
|
|
windll.txt \
|
|
|
|
include $(TOP)$(ROOT)config/doc.mk
|