2007-08-24 14:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
+ harbour/debian/hbdot.1
* harbour/debian/rules
+ added man page for hbdot
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-08-24 14:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
+ harbour/debian/hbdot.1
|
||||
* harbour/debian/rules
|
||||
+ added man page for hbdot
|
||||
|
||||
2007-08-24 14:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/utils/hbdot/hbdot.prg
|
||||
! fixed typo in history updating
|
||||
|
||||
28
harbour/debian/hbdot.1
Normal file
28
harbour/debian/hbdot.1
Normal file
@@ -0,0 +1,28 @@
|
||||
.TH HBDOT 1
|
||||
|
||||
.SH NAME
|
||||
hbdot \- "DOt Prompt" Console for the Harbour Language
|
||||
|
||||
.SH SYNOPSIS
|
||||
\fBhbdot\fP \fB[<file[.prg]>\fP \fB[<parameters,...>]]\fP
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBhbdot\fP is "DOt Prompt" console for the Harbour Language.
|
||||
It can work as interpreter when run without parameters
|
||||
or can execute xBase/Clipper source code in .prg file given
|
||||
as first parameter.
|
||||
.PP
|
||||
\fBhbdot\fP can be also used to execute .prg files as scripts
|
||||
It's enough to add in the first line of .prg file:
|
||||
.PP
|
||||
\fB#!/usr/bin/hbdot\fP
|
||||
.PP
|
||||
and set executable attribute.
|
||||
|
||||
.SH OPTIONS
|
||||
This program has no options. \fB<parameters,...>\fP are passed to
|
||||
startup function in executed code.
|
||||
|
||||
.SH AUTHOR
|
||||
|
||||
Przemyslaw Czerpak, The Harbour Project (http://www.harbour-project.org)
|
||||
@@ -72,7 +72,7 @@ binary-arch: build install
|
||||
dh_installdocs
|
||||
dh_installexamples
|
||||
# dh_install
|
||||
dh_installman debian/harbour.1 debian/hbdoc.1 debian/hbmake.1 debian/hbpp.1 debian/hbrun.1 debian/hbtest.1
|
||||
dh_installman debian/harbour.1 debian/hbdoc.1 debian/hbmake.1 debian/hbpp.1 debian/hbrun.1 debian/hbdot.1 debian/hbtest.1
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
|
||||
Reference in New Issue
Block a user