39 lines
540 B
Makefile
39 lines
540 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
DOC_FILES := \
|
|
c_std.txt \
|
|
class_tp.txt \
|
|
cmdline.txt \
|
|
cmpopt.txt \
|
|
codebloc.txt \
|
|
codestyl.txt \
|
|
destruct.txt \
|
|
dirstruc.txt \
|
|
gmake.txt \
|
|
gtapi.txt \
|
|
hdr_tpl.txt \
|
|
howtobld.txt \
|
|
howtorel.txt \
|
|
howtosvn.txt \
|
|
inet.txt \
|
|
pcode.txt \
|
|
pp.txt \
|
|
pragma.txt \
|
|
readme.txt \
|
|
statics.txt \
|
|
tracing.txt \
|
|
transfrm.txt \
|
|
vm.txt \
|
|
whatsnew.txt \
|
|
windll.txt \
|
|
|
|
DIRS := \
|
|
en \
|
|
|
|
include $(TOP)$(ROOT)config/doc.mk
|
|
include $(TOP)$(ROOT)config/dir.mk
|