* doc/Makefile
- doc/hbpplib.txt
- Removed obsolete file.
[1.0]
* doc/linux1st.txt
* Added required Ubuntu packages for all existing contribs
(except hbgf).
[1.0]
* doc/whatsnew.txt
+ Added "Known issues", with MSVC 64 bit C mode compilation
and hbfimage compile failure in Linux.
[1.0]
44 lines
552 B
Makefile
44 lines
552 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
DOC_FILES=\
|
|
c_std.txt \
|
|
class_tp.txt \
|
|
cmdline.txt \
|
|
codebloc.txt \
|
|
codestyl.txt \
|
|
dirstruc.txt \
|
|
funclist.txt \
|
|
genhtm.bat \
|
|
genhtm.lnk \
|
|
genhtm.rsp \
|
|
gmake.txt \
|
|
gtapi.txt \
|
|
hbmake.txt \
|
|
hdr_tpl.txt \
|
|
howtobsd.txt \
|
|
howtosvn.txt \
|
|
howtomak.txt \
|
|
hrb_faq.txt \
|
|
lang_id.txt \
|
|
license.txt \
|
|
pcode.txt \
|
|
pragma.txt \
|
|
readme.txt \
|
|
statics.txt \
|
|
tracing.txt \
|
|
transfrm.txt \
|
|
vm.txt \
|
|
whatsnew.txt \
|
|
windll.txt \
|
|
|
|
DIRS=\
|
|
en \
|
|
es \
|
|
|
|
include $(TOP)$(ROOT)config/doc.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|