* 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.
42 lines
528 B
Makefile
42 lines
528 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 \
|
|
|
|
include $(TOP)$(ROOT)config/doc.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|