Files
harbour-core/harbour/doc/Makefile
Viktor Szakats 053dc1381c 2009-08-23 19:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- doc/howtobsd.txt
  * doc/Makefile
  * INSTALL
    * Essence of the content moved to INSTALL.

  * config/none.mk
    + Added support to display the reason for the "skip".

  * external/sqlite3/Makefile
  * contrib/gtalleg/Makefile
    + Showing the reason why the libs were skipped.
      Experimental. This feature needs some more design
      to be consistent and helpful, it should be done while
      also standardizing our config methods.
      Current internal solution is also not terribly elegant,
      maybe it can be converted to a function call, but there
      may other solutions too.

  * doc/dirstruc.txt
    * Minor update.
2009-08-23 17:36:32 +00:00

39 lines
543 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-EN \
include $(TOP)$(ROOT)config/doc.mk
include $(TOP)$(ROOT)config/dir.mk