Files
harbour-core/harbour/doc/Makefile
Viktor Szakats f599e6f38d 2009-03-25 15:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* 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
2009-03-26 14:48:15 +00:00

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