* 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.
31 lines
661 B
Groff
31 lines
661 B
Groff
.TH HBPP 1
|
|
|
|
.SH NAME
|
|
hbpp \- Harbour Project Preprocessor
|
|
|
|
.SH SYNOPSIS
|
|
\fBhbpp\fP \fB<file[.prg]>\fP \fB[options]\fP
|
|
|
|
.SH DESCRIPTION
|
|
\fBhbpp\fP is the old Harbour Project preprocessor.
|
|
|
|
.SH OPTIONS
|
|
.IP "\fB-d<id>[=<val>]\fP" 10
|
|
#define <id>
|
|
.IP "\fB-i<path>\fP" 10
|
|
add #include file search path
|
|
.IP "\fB-o\fP" 10
|
|
creates hbpp.out with all tables
|
|
.IP "\fB-n\fP" 10
|
|
with those only, which defined in your file
|
|
.IP "\fB-w\fP" 10
|
|
enable warnings
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
Author of hbpp: 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).
|