From 6ebdb01ff575682626bec3d03d40551cc533e8ef Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 2 Mar 2009 23:02:26 +0000 Subject: [PATCH] 2009-03-02 23:59 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * debian/rules + doc/man/hbmk.1 - doc/man/hbmake.1 - Removed hbmake doc. + Added hbmk doc. (bare one) - doc/genhtm.rsp - doc/genhtm.lnk - doc/genhtm.bat - doc/genhtm.sh + doc/en/genhtm.lnk + doc/en/genhtm.sh + doc/en/genhtm.rsp + doc/en/genhtm.bat * Moved. --- harbour/ChangeLog | 17 ++++++++++++ harbour/debian/rules | 6 ++--- harbour/doc/en/genhtm.bat | 8 ++++++ harbour/doc/{ => en}/genhtm.lnk | 0 harbour/doc/en/genhtm.rsp | 47 +++++++++++++++++++++++++++++++++ harbour/doc/{ => en}/genhtm.sh | 2 +- harbour/doc/genhtm.bat | 8 ------ harbour/doc/genhtm.rsp | 47 --------------------------------- harbour/doc/man/hbmake.1 | 46 -------------------------------- harbour/doc/man/hbmk.1 | 18 +++++++++++++ 10 files changed, 94 insertions(+), 105 deletions(-) create mode 100644 harbour/doc/en/genhtm.bat rename harbour/doc/{ => en}/genhtm.lnk (100%) create mode 100644 harbour/doc/en/genhtm.rsp rename harbour/doc/{ => en}/genhtm.sh (76%) delete mode 100644 harbour/doc/genhtm.bat delete mode 100644 harbour/doc/genhtm.rsp delete mode 100644 harbour/doc/man/hbmake.1 create mode 100644 harbour/doc/man/hbmk.1 diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9d74e50d96..0913a0a5b5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,23 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-02 23:59 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * debian/rules + + doc/man/hbmk.1 + - doc/man/hbmake.1 + - Removed hbmake doc. + + Added hbmk doc. (bare one) + + - doc/genhtm.rsp + - doc/genhtm.lnk + - doc/genhtm.bat + - doc/genhtm.sh + + doc/en/genhtm.lnk + + doc/en/genhtm.sh + + doc/en/genhtm.rsp + + doc/en/genhtm.bat + * Moved. + 2009-03-02 23:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/Makefile - contrib/hbwhat diff --git a/harbour/debian/rules b/harbour/debian/rules index 2cbbd35f25..fbc10b70d7 100755 --- a/harbour/debian/rules +++ b/harbour/debian/rules @@ -44,12 +44,12 @@ clean: -bash make_gnu.sh clean - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs bash make_gnu.sh install @@ -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/hbmake.1 doc/man/hbpp.1 doc/man/hbrun.1 doc/man/hbtest.1 + 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_link dh_strip dh_compress diff --git a/harbour/doc/en/genhtm.bat b/harbour/doc/en/genhtm.bat new file mode 100644 index 0000000000..f1d6d4419e --- /dev/null +++ b/harbour/doc/en/genhtm.bat @@ -0,0 +1,8 @@ +@echo off +rem +rem $Id$ +rem + +..\..\bin\hbdoc -htm genhtm.lnk genhtm.rsp +cd htm +ren harbour.htm index.htm diff --git a/harbour/doc/genhtm.lnk b/harbour/doc/en/genhtm.lnk similarity index 100% rename from harbour/doc/genhtm.lnk rename to harbour/doc/en/genhtm.lnk diff --git a/harbour/doc/en/genhtm.rsp b/harbour/doc/en/genhtm.rsp new file mode 100644 index 0000000000..e7b468c27e --- /dev/null +++ b/harbour/doc/en/genhtm.rsp @@ -0,0 +1,47 @@ +array.txt +binnum.txt +browse.txt +command.txt +datetime.txt +dbdelim.txt +dbsdf.txt +dbstrux.txt +diskspac.txt +dir.txt +error.txt +file.txt +hvm.txt +input.txt +license.txt +math.txt +memo.txt +menu.txt +misc.txt +nation.txt +objfunc.txt +rdd.txt +rdddb.txt +rddord.txt +rddmisc.txt +readme.txt +set.txt +string.txt +tclass.txt +terminal.txt +tgetlist.txt +tlabel.txt +treport.txt +var.txt +subcodes.txt +harbext.txt +gnulice.txt +compiler.txt +lang.txt +setmode.txt +eval.txt +sayget.txt +strotype.txt +garbage.txt +idle.txt +cmdline.txt +tbrowse.txt diff --git a/harbour/doc/genhtm.sh b/harbour/doc/en/genhtm.sh similarity index 76% rename from harbour/doc/genhtm.sh rename to harbour/doc/en/genhtm.sh index 2d67051bc1..2b131ea725 100755 --- a/harbour/doc/genhtm.sh +++ b/harbour/doc/en/genhtm.sh @@ -3,7 +3,7 @@ # $Id$ # -../bin/hbdoc -htm genhtm.lnk genhtm.rsp +../../bin/hbdoc -htm genhtm.lnk genhtm.rsp cd htm # echo "renaming harbour.htm to index.htm" diff --git a/harbour/doc/genhtm.bat b/harbour/doc/genhtm.bat deleted file mode 100644 index 50a00280d7..0000000000 --- a/harbour/doc/genhtm.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off -rem -rem $Id$ -rem - -..\bin\hbdoc -htm genhtm.lnk genhtm.rsp -cd htm -ren harbour.htm index.htm diff --git a/harbour/doc/genhtm.rsp b/harbour/doc/genhtm.rsp deleted file mode 100644 index dccbb9b918..0000000000 --- a/harbour/doc/genhtm.rsp +++ /dev/null @@ -1,47 +0,0 @@ -en/array.txt -en/binnum.txt -en/browse.txt -en/command.txt -en/datetime.txt -en/dbdelim.txt -en/dbsdf.txt -en/dbstrux.txt -en/diskspac.txt -en/dir.txt -en/error.txt -en/file.txt -en/hvm.txt -en/input.txt -en/license.txt -en/math.txt -en/memo.txt -en/menu.txt -en/misc.txt -en/nation.txt -en/objfunc.txt -en/rdd.txt -en/rdddb.txt -en/rddord.txt -en/rddmisc.txt -en/readme.txt -en/set.txt -en/string.txt -en/tclass.txt -en/terminal.txt -en/tgetlist.txt -en/tlabel.txt -en/treport.txt -en/var.txt -en/subcodes.txt -en/harbext.txt -en/gnulice.txt -en/compiler.txt -en/lang.txt -en/setmode.txt -en/eval.txt -en/sayget.txt -en/strotype.txt -en/garbage.txt -en/idle.txt -en/cmdline.txt -en/tbrowse.txt diff --git a/harbour/doc/man/hbmake.1 b/harbour/doc/man/hbmake.1 deleted file mode 100644 index 58c8a05c73..0000000000 --- a/harbour/doc/man/hbmake.1 +++ /dev/null @@ -1,46 +0,0 @@ -.TH HBMAKE 1 - -.SH NAME -hbmake \- Harbour Project Make Utility - -.SH SYNOPSIS -\fBhbmake\fP \fBcFile\fP \fB[options]\fP - -.SH DESCRIPTION -\fBhbmake\fP is the Harbour Project make utility. - -.SH OPTIONS -.IP "\fB-e[x]\fP" 10 -Create a new Makefile. If /ex is used it creates a new make file in extended mode -.IP "\fB-el[x]\fP" 10 -Create a new Makefile. If /elx is used it creates a new make file to build a library in extended mode -.IP "\fB-D\fP" 10 -Define a macro -.IP "\fB-p\fP" 10 -Print all commands and depedencies -.IP "\fB-b\fP" 10 -Use BCC as C compiler -.IP "\fB-g\fP" 10 -Use GCC as C compiler -.IP "\fB-gl\fP" 10 -Use GCC as C compiler in Linux -.IP "\fB-v\fP" 10 -Use MSVC as C compiler -.IP "\fB-f\fP" 10 -Force recompilation of all files -.IP "\fB-i\fP" 10 -Ignore errors returned by command -.IP "\fB-r\fP" 10 -Recurse Source Directory -.IP "\fB-l[LANGID]\fP" 10 -Specify the language to be used on hbmake Texts LANGID = (EN/PT/ES). On Windows -System, the default will be the SO language if is found. Otherwise, will be English. -On OS/2;FreeBSD/LINUX the default is English - - -.SH AUTHOR - -Author of hbmake: The Harbour Project (http://www.harbour-project.org) - -This manual page was written by Luis Mayoral , -for the Debian GNU/Linux system (but may be used by others). diff --git a/harbour/doc/man/hbmk.1 b/harbour/doc/man/hbmk.1 new file mode 100644 index 0000000000..2381e39b05 --- /dev/null +++ b/harbour/doc/man/hbmk.1 @@ -0,0 +1,18 @@ +.TH HBMK 1 + +.SH NAME +hbmk \- Harbour Project Make + +.SH SYNOPSIS +\fBhbmk\fP \fB[options]\fP + +.SH DESCRIPTION +\fBhbmk\fP is the Harbour Project make utility. + +.SH OPTIONS +.IP "\fB-help\fP" 10 +Display full help + +.SH AUTHOR + +Viktor Szakats, The Harbour Project (http://www.harbour-project.org)