groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/contrib/groffer version.sh


From: Bernd Warken
Subject: [Groff-commit] groff/contrib/groffer version.sh
Date: Sat, 29 Jul 2006 14:35:52 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  06/07/29 14:35:52

Added files:
        contrib/groffer: version.sh 

Log message:
        Add groffer version.sh.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/groffer/version.sh?cvsroot=groff&rev=1.1

Patches:
Index: version.sh
===================================================================
RCS file: version.sh
diff -N version.sh
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ version.sh  29 Jul 2006 14:35:52 -0000      1.1
@@ -0,0 +1,40 @@
+#! /bin/sh
+
+# groffer - display groff files
+
+# Source file position: <groff-source>/contrib/groffer/groffer.sh
+
+# Copyright (C) 2001,2002,2003,2004,2005,2006
+# Free Software Foundation, Inc.
+# Written by Bernd Warken
+
+# This file is part of `groffer', which is part of `groff'.
+
+# `groff' is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# `groff' is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with `groff'; see the files COPYING and LICENSE in the top
+# directory of the `groff' source.  If not, write to the Free Software
+# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+########################################################################
+
+export _PROGRAM_VERSION;
+export _LAST_UPDATE;
+
+_PROGRAM_VERSION='0.9.24';
+_LAST_UPDATE='28 Jul 2006';
+
+# this setting of the groff version is only used before make is run,
+# otherwise @VERSION@ will set it, see groffer.sh.
+export _GROFF_VERSION_PRESET;
+_GROFF_VERSION_PRESET='1.19.3preset';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]