- harbour/debian/hbdot.1
- harbour/debian/harbour.1
- harbour/debian/hbmake.1
- harbour/debian/hbtest.1
- harbour/debian/hbpp.1
- harbour/debian/hbrun.1
- harbour/debian/hbdoc.1
+ harbour/doc/man
+ harbour/doc/man/hbdot.1
+ harbour/doc/man/harbour.1
+ harbour/doc/man/hbmake.1
+ harbour/doc/man/hbpp.1
+ harbour/doc/man/hbtest.1
+ harbour/doc/man/hbrun.1
+ harbour/doc/man/hbdoc.1
* moved man files from ./debian directory to ./doc/man
* harbour/debian/rules
* updated for new man files location
* harbour/bin/pack_src.sh
* harbour/harbour.spec
* added man files to RPMs
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).
|