* harbour/make_rpm.sh
* removed not longer necessary flex and bison from dependences list
+ harbour/debian
+ harbour/debian/control
+ harbour/debian/harbour.cfg
+ harbour/debian/harbour.1
+ harbour/debian/dirs
+ harbour/debian/rules.cf
+ harbour/debian/compat
+ harbour/debian/hbmake.1
+ harbour/debian/changelog
+ harbour/debian/copyright
+ harbour/debian/hbtest.1
+ harbour/debian/hbpp.1
+ harbour/debian/hbrun.1
+ harbour/debian/hbdoc.1
+ harbour/make_deb.sh
+ added rules to generate DEB packages - rules by Luis Mayoral
taken from Debian distribution updated for current code but
not tested at all. Please make some test running make_deb.sh
in Debian and Ubuntu distribution and give me an information
about results.
33 lines
918 B
Groff
33 lines
918 B
Groff
.TH HBRUN 1
|
|
|
|
.SH NAME
|
|
hbrun \- Harbour Project Runner
|
|
|
|
.SH SYNOPSIS
|
|
\fBhbrun\fP \fB<hrbfile[.hrb|.prg]>\fP \fB[<parameters,...>]\fP
|
|
|
|
.SH DESCRIPTION
|
|
\fBhbrun\fP is the Harbour Project runner which can execute
|
|
xBase/Clipper source code in .prg files or compiled Harbour
|
|
Portable Objects - .hrb files. Type of file is recognized by
|
|
extension used with \fB<hrbfile>\fP parameter. If not given
|
|
then .hrb is used.
|
|
.PP
|
|
\fBhbrun\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/hbrun\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
|
|
|
|
Author of hbrun: The Harbour Project (http://www.harbour-project.org)
|
|
|
|
This manual page was written by Luis Mayoral <mayoral@linuxadicto.org>,
|
|
for the Debian GNU/Linux system (but may be used by others).
|