* doc/en/Makefile
* doc/Makefile
- doc/en
+ doc/en-EN
* Renamed.
+ man
+ man/nfdoc
+ man/manpages
+ Added new dir for Harbour manuals.
; TODO: Move files here from /doc.
* contrib/hbtpathy/tests/testtp.prg
* Applied update/fix by Barry Jackson.
* utils/hbmk2/hbmk2.prg
+ Added autodetection of MinGW compiler if installed in the
Harbour directory tree in the mingw dir.
This way it's possible to create a fully setup-free
install kit, which is able to produce Harbour executables
right after unzip by simply issuing command: hbmk2 hello.prg
42 lines
531 B
Makefile
42 lines
531 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 \
|
|
howtobsd.txt \
|
|
howtorel.txt \
|
|
howtosvn.txt \
|
|
inet.txt \
|
|
license.txt \
|
|
linux1st.txt \
|
|
pcode.txt \
|
|
pp.txt \
|
|
pragma.txt \
|
|
readme.txt \
|
|
statics.txt \
|
|
tracing.txt \
|
|
transfrm.txt \
|
|
vm.txt \
|
|
whatsnew.txt \
|
|
windll.txt \
|
|
|
|
DIRS=\
|
|
en-EN \
|
|
|
|
include $(TOP)$(ROOT)config/doc.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|