* make_deb.sh
+ Added libgpm-dev to mouse test. Thanks Guy.
- doc/simplex.txt
* doc/Makefile
- Removed obsolete file.
* doc/linux1st.txt
+ Added libgpm*-dev requirements.
* contrib/hbtpathy/Makefile
* contrib/hbziparch/Makefile
! Fixed referring to win32 archictecture as 'win32'
(should be 'w32'). Recently introduced bugs.
* contrib/hbfimage/fi_winfu.c
* contrib/hbfimage/fi_wrp.c
! Fixed for POCC, XCC compilers.
45 lines
567 B
Makefile
45 lines
567 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 \
|
|
hbpplib.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
|