* debian/rules
* harbour-win-spec
* harbour-wce-spec
* harbour.spec
* mpkg_tgz.sh
- hbdoc removed from core.
- doc/Makefile
- doc/es
+ contrib/examples/hbdoc/examples/core_es
* Moved.
- doc/man/hbdoc.1
+ contrib/examples/hbdoc/hbdoc.1
* Moved.
- doc/en/genhtm.lnk
- doc/en/genhtm.sh
- doc/en/genhtm.rsp
- doc/en/genhtm.bat
+ contrib/examples/hbdoc/examples/core_en/genhtm.rsp
+ contrib/examples/hbdoc/examples/core_en/genhtm.lnk
+ contrib/examples/hbdoc/examples/core_en/genhtm.bat
+ contrib/examples/hbdoc/examples/core_en/genhtm.sh
* Moved.
- contrib/hbgt/doc/gendoc.bat
- contrib/hbgt/doc/libgt.lnk
- contrib/hbgt/doc/libgt.rsp
- contrib/rddads/doc/gendoc.bat
- contrib/rddads/doc/rddads.lnk
- contrib/rddads/doc/rddads.rsp
- Deleted.
* utils/Makefile
- utils/hbdoc
+ contrib/examples/hbdoc
- contrib/hbmisc/doc/gendoc.bat
- contrib/hbmisc/doc/hbmisc.lnk
- contrib/hbmisc/doc/hbmisc.rsp
+ contrib/examples/hbdoc/examples/hbmisc/gendoc.bat
+ contrib/examples/hbdoc/examples/hbmisc/hbmisc.lnk
+ contrib/examples/hbdoc/examples/hbmisc/hbmisc.rsp
* Moved.
- contrib/hbgt/doc/en/ht_gt.txt
+ contrib/hbgt/doc/en/hbgt.txt
* Renamed.
40 lines
410 B
Makefile
40 lines
410 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ifeq ($(HB_MAIN),)
|
|
HB_MAIN = std
|
|
endif
|
|
|
|
ROOT = ../../../
|
|
|
|
PRG_SOURCES=\
|
|
hbdoc.prg \
|
|
genos2.prg \
|
|
gentrf.prg \
|
|
genng.prg \
|
|
genhtm.prg \
|
|
genchm.prg \
|
|
genrtf.prg \
|
|
genhpc.prg \
|
|
genasc.prg \
|
|
genpdf1.prg \
|
|
ft_funcs.prg \
|
|
|
|
C_SOURCES=\
|
|
hbdfrdln.c \
|
|
|
|
PRG_MAIN=hbdoc.prg
|
|
|
|
LIBS=\
|
|
hbdebug \
|
|
hbvm \
|
|
hbrtl \
|
|
hbnulrdd \
|
|
hbrtl \
|
|
hbvm \
|
|
hbmacro \
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|