From 8d99087f2f7680e32d64ff954f0cf7ac73c6f8d3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 24 Aug 2007 12:22:31 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 5 +++++ harbour/debian/hbdot.1 | 28 ++++++++++++++++++++++++++++ harbour/debian/rules | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 harbour/debian/hbdot.1 diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6a3fa842b2..5524ba68d2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/debian/hbdot.1 b/harbour/debian/hbdot.1 new file mode 100644 index 0000000000..18b61c1277 --- /dev/null +++ b/harbour/debian/hbdot.1 @@ -0,0 +1,28 @@ +.TH HBDOT 1 + +.SH NAME +hbdot \- "DOt Prompt" Console for the Harbour Language + +.SH SYNOPSIS +\fBhbdot\fP \fB[\fP \fB[]]\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\fP are passed to +startup function in executed code. + +.SH AUTHOR + +Przemyslaw Czerpak, The Harbour Project (http://www.harbour-project.org) diff --git a/harbour/debian/rules b/harbour/debian/rules index 77ba3d5140..6614716132 100755 --- a/harbour/debian/rules +++ b/harbour/debian/rules @@ -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