[Pkg-wmaker-commits] [wmclock] 13/66: wmclock: Update documentation.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 10:52:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmclock.

commit 9237700673f31c3de18f12cc0b2e13b5f456a39d
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Dec 11 09:18:15 2014 -0600

    wmclock: Update documentation.
    
    In particular, document installation changes after switch to autotools and
    change maintainer to Window Maker Developers.
---
 INSTALL      | 38 +++++++++++++++-----------------------
 README       |  5 +----
 configure.ac |  2 +-
 3 files changed, 17 insertions(+), 28 deletions(-)

diff --git a/INSTALL b/INSTALL
index a825791..0680c2c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,57 +1,49 @@
-# INSTALL:  how to install wmclock
-# created 1999-Apr-10 jmk
-
 ____________________________
 |O|  Installing wmclock  |X|
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-The procedure for installing wmclock is relatively simple; it depends
-on imake, which ships with most systems which include the X Window
-System.
+The procedure for installing wmclock is relatively simple.
+
+  (1) Create the `configure' script:
+
+          autoreconf -i
 
-  (1) Run the `configure' script to configure the language support that
+  (2) Run the `configure' script to configure the language support that
       is built into wmclock.  For example:
 
-          ./configure --lang english
+          ./configure --with-lang=english
 
       For a list of the available languages, use:
 
           ./configure --help
 
-      The configure script also creates a Makefile out of the Imakefile
-      using xmkmf.
+      Note that if no language it given, `english' is chosen as the default.
 
-  (2) Compile:
+  (3) Compile:
 
           make
 
       You may specify the C compiler to use and additional command-line
-      options for the C compiler using the `CC' and `CDEBUGFLAGS'
+      options for the C compiler using the `CC' and `CFLAGS'
       variables, respectively.  For example:
 
-          make CC=clang CDEBUGFLAGS='-O4 -march=pentium2'
+          make CC=clang CFLAGS='-O4 -march=pentium2'
 
 
-  (3) Test wmclock:
+  (4) Test wmclock:
 
           ./wmclock
 
       (If it appears to work as expected, *don't dock it*.  Wait until
       after you've installed it).
 
-  (4) Install:
+  (5) Install:
 
           su
           make install
-	  make install.man
-
-      Optionally, install all the month and weekday pixmaps for use
-      with the `-monthxpm' and `-weekdayxpm' options:
-
-          make install.share
 
-  (5) You're done.  See the README file accompanying this one for
+  (6) You're done.  See the README file accompanying this one for
       instructions on installing wmclock into Window Maker's dock.
 
 --
-Bruce Cran <bruce at bluestop.org>
+Window Maker Developers Team <wmaker-dev at lists.windowmaker.org>
\ No newline at end of file
diff --git a/README b/README
index 727e8f3..2726bc4 100644
--- a/README
+++ b/README
@@ -1,6 +1,3 @@
-# README:  notes about wmclock
-# created 1999-Apr-10 jmk
-
 _______________________
 |O|  About wmclock  |X|
 ^^^^^^^^^^^^^^^^^^^^^^^
@@ -138,4 +135,4 @@ other dealings in the software.
 Your mileage may vary.  Eat your vegetables.
 
 --
-Bruce Cran <bruce at bluestop.org>
+Window Maker Developers Team <wmaker-dev at lists.windowmaker.org>
diff --git a/configure.ac b/configure.ac
index 79cd41a..ca6fe93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmclock], [1.0.14])
+AC_INIT([wmclock], [1.0.14], [wmaker-dev at lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmclock.git



More information about the Pkg-wmaker-commits mailing list