summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/groffer/ChangeLog14
-rw-r--r--contrib/groffer/Makefile.sub1
-rw-r--r--contrib/groffer/groffer.sh6
3 files changed, 17 insertions, 4 deletions
diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog
index ebe52728..63a29e8c 100644
--- a/contrib/groffer/ChangeLog
+++ b/contrib/groffer/ChangeLog
@@ -1,3 +1,17 @@
+2002-10-14 Bernd Warken <bwarken@mayn.de>
+ ________________________________________________________________
+ * fixes of groffer 0.9.2
+
+ * Makefile.sub:
+ add replacement "@BINDIR@" to "$(bindir)" for "groffer:"
+
+ * groffer.sh:
+ Define $_this as "@BINDIR@/${_PROGRAM_NAME}" to save the right
+ installation position of groffer for the special shell calling.
+
+ * groffer.man:
+ - Remove double definition of filespec parameters.
+
2002-10-13 Bernd Warken <bwarken@mayn.de>
________________________________________________________________
* release of groffer 0.9.2
diff --git a/contrib/groffer/Makefile.sub b/contrib/groffer/Makefile.sub
index 4be6846f..dcce2e3d 100644
--- a/contrib/groffer/Makefile.sub
+++ b/contrib/groffer/Makefile.sub
@@ -34,6 +34,7 @@ all: groffer
groffer: groffer.sh
rm -f $@; \
sed -e "s|@g@|$(g)|g" \
+ -e "s|@BINDIR@|$(bindir)|" \
-e "s|@VERSION@|$(version)$(revision)|" \
-e $(SH_SCRIPT_SED_CMD) $(srcdir)/groffer.sh >$@; \
chmod +x $@
diff --git a/contrib/groffer/groffer.sh b/contrib/groffer/groffer.sh
index 109b6c16..c83225b0 100644
--- a/contrib/groffer/groffer.sh
+++ b/contrib/groffer/groffer.sh
@@ -30,7 +30,7 @@ export _LAST_UPDATE;
_PROGRAM_NAME='groffer';
_PROGRAM_VERSION='0.9.2';
-_LAST_UPDATE='12 Oct 2002';
+_LAST_UPDATE='14 Oct 2002';
########################################################################
# Determine the shell under which to run this script;
@@ -44,9 +44,7 @@ if test "${_groffer_run}" != 'second'; then
export _groffer_run;
export _this;
-
- #_this="@BINDIR@/${_PROGRAM_NAME}";
- _this='groffer.sh';
+ _this="@BINDIR@/${_PROGRAM_NAME}";
###########################
# _get_opt_shell ("$@")