2009-03-17 10:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* 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.
This commit is contained in:
Viktor Szakats
2009-03-17 09:09:00 +00:00
parent 708076ce5a
commit f745af7218
95 changed files with 57 additions and 118 deletions

View File

@@ -8,6 +8,56 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-17 10:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* 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.
2009-03-17 09:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbdoc/genos2.prg
* utils/hbdoc/genng.prg

View File

@@ -6,7 +6,7 @@ ifeq ($(HB_MAIN),)
HB_MAIN = std
endif
ROOT = ../../
ROOT = ../../../
PRG_SOURCES=\
hbdoc.prg \

View File

@@ -1,56 +0,0 @@
@echo off
rem
rem $Id$
rem
if "%1" =="/OS2" goto OS2
if "%1" =="/os2" goto OS2
if "%1" =="/NGI" goto NG
if "%1" =="/ngi" goto NG
if "%1" =="/RTF" goto RTF
if "%1" =="/rtf" goto RTF
if "%1" =="/HTM" goto HTM
if "%1" =="/htm" goto HTM
ECHO Assembling input files
:help
echo.
echo Usage gendoc type
echo where type is:
echo /rtf for Winhelp output
echo /os2 for Os/2 help output
echo /ngi for Norton Guide output
echo /htm for HTML output
goto END
:NG
hbdoc /ngi libgt.lnk libgt.rsp
REM Compile the sources
Echo Compiling the sources
Echo Processing Input Files
Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi
Echo Compiling Sources
ngxc overview.ngi
Echo Linking the Guide
ngxl libgt.lnk
del *.ngi
del *.ngo
del ngi\*.txt
del ngi\*.ngi
GOTO END
:OS2
hbdoc /OS2 libgt.lnk libgt.rsp
GOTO END
:RTF
hbdoc /RTF libgt.lnk libgt.rsp
HCW harbour.hpj
GOTO END
:HTM
hbdoc /HTM libgt.lnk libgt.rsp
GOTO END
:END
del ass*.bat
del libgt.lnk
ren libgt.old libgt.lnk

View File

@@ -1,6 +0,0 @@
!name: Harbour Version %HB_VERSION% (c) Tools Help GTLIB
!credits: Harbour Version %HB_VERSION% (c) http://www.harbour-project.org
Luiz Rafael Culik
!menu: Functions
Functions overview.ngo

View File

@@ -1,2 +0,0 @@
en\ht_gt.txt

View File

@@ -1,37 +0,0 @@
@echo off
rem
rem $Id$
rem
if "%1" =="/OS2" goto OS2
if "%1" =="/NGI" goto NG
if "%1" =="/RTF" goto RTF
if "%1" =="/HTM" goto HTM
ECHO Assembling input files
:NG
..\..\..\bin\hbdoc /ngi rddads.lnk rddads.rsp
REM Compile the sources
Echo Compiling the sources
Processing Input Files
Copy ngi\overview.ngi .
Compiling Sources
ngxc overview.ngi
Linking the Guide
ngxl rddads.lnk
del *.ngi
del *.ngo
del ngi\*.txt
del ngi\*.ngi
GOTO END
:OS2
..\..\..\bin\hbdoc /OS2 rddads.lnk rddads.rsp
GOTO END
:RTF
..\..\..\bin\hbdoc /RTF rddads.lnk rddads.rsp
hcw harbour.hpj
GOTO END
:HTM
..\..\..\bin\hbdoc /HTM rddads.lnk rddads.rsp
GOTO END
:END
del ass*.bat

View File

@@ -1,6 +0,0 @@
!name: Rdd Ads read me
!credits: The Harbour Project
Alexander Kresin <alex@belacy.belgorod.su>
!menu: RDDADS
Read me overview.ngo

View File

@@ -1,2 +0,0 @@
en\readme.txt
en\adsfuncs.txt

View File

@@ -70,7 +70,7 @@ binary-arch: build install
dh_installdocs
dh_installexamples
# dh_install
dh_installman doc/man/harbour.1 doc/man/hbdoc.1 doc/man/hbmk.1 doc/man/hbpp.1 doc/man/hbrun.1 doc/man/hbtest.1
dh_installman doc/man/harbour.1 doc/man/hbmk.1 doc/man/hbpp.1 doc/man/hbrun.1 doc/man/hbtest.1
dh_link
dh_strip
dh_compress

View File

@@ -36,7 +36,6 @@ DOC_FILES=\
DIRS=\
en \
es \
include $(TOP)$(ROOT)config/doc.cf
include $(TOP)$(ROOT)config/dir.cf

View File

@@ -169,7 +169,7 @@ make -i install
${CCPREFIX}strip --strip-debug $HB_LIB_INSTALL/*
# remove unused files
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbdoc,hbmk2,hbrun,hbi18n,hbtest}.exe
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbmk2,hbrun,hbi18n,hbtest}.exe
# Create a README file for people using this RPM.
cat > doc/%{readme} <<EOF

View File

@@ -169,7 +169,7 @@ make -i install
${CCPREFIX}strip --strip-debug $HB_LIB_INSTALL/*
# remove unused files
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbdoc,hbmk2,hbrun,hbi18n,hbtest}.exe
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbmk2,hbrun,hbi18n,hbtest}.exe
# Create a README file for people using this RPM.
cat > doc/%{readme} <<EOF

View File

@@ -441,7 +441,7 @@ then
export HB_USER_LDFLAGS="${CC_HB_USER_LDFLAGS} -L${HB_LIB_INSTALL} -l%{name} %{!?_without_gtcrs:-lncurses} %{!?_without_gtsln:-lslang} %{!?_without_gpm:-lgpm} %{!?_without_x11:-L/usr/X11R6/%{_lib} -lX11}"
export HB_USER_PRGFLAGS="\"-D_DEFAULT_INC_DIR='${_DEFAULT_INC_DIR}'\" ${HB_USER_PRGFLAGS}"
for utl in hbmk2 hbrun hbi18n hbdoc
for utl in hbmk2 hbrun hbi18n
do
pushd utils/${utl}
rm -fR "./${HB_ARCHITECTURE}/${HB_COMPILER}"
@@ -452,7 +452,7 @@ then
fi
# remove unused files
rm -f ${HB_BIN_INSTALL}/{hbdoc,hbtest}
rm -f ${HB_BIN_INSTALL}/{hbtest}
# Create a README file for people using this RPM.
cat > doc/%{readme} <<EOF

View File

@@ -274,7 +274,7 @@ then
export HB_USER_LDFLAGS="-L${HB_LIB_INSTALL} -l${name} ${ADD_LIBS} ${HB_USER_LDFLAGS}"
export HB_USER_PRGFLAGS="\"-D_DEFAULT_INC_DIR='${_DEFAULT_INC_DIR}'\" ${HB_USER_PRGFLAGS}"
for utl in hbmk2 hbrun hbi18n hbdoc hbtest
for utl in hbmk2 hbrun hbi18n hbtest
do
(cd "utils/${utl}"
rm -fR "./${HB_ARCHITECTURE}/${HB_COMPILER}"

View File

@@ -9,7 +9,6 @@ DIRS=\
hbmk2 \
hbi18n \
hbtest \
hbdoc \
$(HB_UTILS) \
# hbextern \