From fe6afd4252f744c87b7fe069f9ea1ad06b2162c8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 7 Aug 2008 22:36:46 +0000 Subject: [PATCH] 2008-08-08 00:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + doc/genhtm.sh + Added Linux/Unix make file for docs (sf.net #1673897) Thanks to Wilfried Brunken - df7be. --- harbour/ChangeLog | 5 +++++ harbour/doc/genhtm.sh | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100755 harbour/doc/genhtm.sh diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 62305b803a..05a300a370 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-08 00:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + + doc/genhtm.sh + + Added Linux/Unix make file for docs (sf.net #1673897) + Thanks to Wilfried Brunken - df7be. + 2008-08-08 00:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh + recognize -mwindows -mconsole MinGW-GCC switches and update diff --git a/harbour/doc/genhtm.sh b/harbour/doc/genhtm.sh new file mode 100755 index 0000000000..4bea936dc0 --- /dev/null +++ b/harbour/doc/genhtm.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# $Id$ +# + +hbdoc -htm genhtm.lnk genhtm.rsp +cd htm +# +echo "renaming harbour.htm to index.htm" +mv harbour.htm index.htm +rm -f genwww.lnk +mv genwww.old genwww.lnk