[Pkg-wmaker-commits] [wmbiff] 38/77: try to make the distcheck target work correctly. voodoo.

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


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

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit 111b4ff7f375fb538141f33d91fb4b08989d42bb
Author: bluehal <bluehal>
Date:   Mon Apr 15 08:15:18 2002 +0000

    try to make the distcheck target work correctly.  voodoo.
---
 ChangeLog            | 31 +++++++++++++++++++++++++++++--
 Makefile.am          |  9 +++++----
 TODO                 |  9 ++++-----
 autoconf/Makefile.am |  2 ++
 configure.in         |  2 +-
 wmbiff/Makefile.am   |  7 ++++---
 6 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f523c14..4df287a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,41 @@ The latest changelog entry is in a different format, because it's inserted by
 CVS on commit.
 
   $Log: ChangeLog,v $
-  Revision 1.25  2002/04/15 01:47:09  bluehal
-  0.4.0pre4 - finger support, text from shell support, minor code reorganization
+  Revision 1.26  2002/04/15 08:15:18  bluehal
+  try to make the distcheck target work correctly.  voodoo.
 
   Revision 1.1  2002/04/07 05:08:23  bluehal
   use automake / autoconf; after checkout run ./FromCVS.sh
 
 
 
+2002-04-15 Monday 02:21 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.c: treat  all gicu messages as new (they're unread)
+
+2002-04-15 Monday 02:10 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* configure.in: chmod 0444 wmbiffrc.5 to remind me not to try to
+	edit it.
+
+2002-04-15 Monday 02:09 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiffrc.5.in: document finger, changes to shell
+
+2002-04-15 Monday 01:58 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: ShellClient.c, wmbiff.c: waitpid until done
+
+2002-04-15 Monday 01:48 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* configure.in: slightly nicer message
+
+2002-04-15 Monday 01:47 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* ChangeLog, configure.in, wmbiff/wmbiff-master-contrast.xpm:
+	0.4.0pre4 - finger support, text from shell support, minor code
+	reorganization
+
 2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring at cs.washington.edu>
 
 	* AUTHORS, README: add Andelko Horvat to the list of contributors,
diff --git a/Makefile.am b/Makefile.am
index c01a6d1..dfed297 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = wmgeneral wmbiff 
-EXTRA_DIST = autoconf README.licq TODO
+SUBDIRS = wmgeneral wmbiff autoconf
+EXTRA_DIST = README.licq TODO
 
 AUTOHEADER = @AUTOHEADER@ -l autoconf
 
@@ -32,8 +32,9 @@ ChangeLog: stamp-h Makefile configure.in
 		exit 1; \
 	  fi; \
 	else \
-      echo "ChangeLog doesn't seem like a good target. touching anyway."; \
-      touch $@; \
+      echo "ChangeLog doesn't seem like a good target. not touching anyway."; \
     fi
 
+#      touch $@; \
+
 
diff --git a/TODO b/TODO
index 472f788..52c0119 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,8 @@
 - Store and verify server certificates.
-- Add a FAQ (sighup, app size, deleted messages)
-- Make the shell method support old messages too
+- Runtime back-tick expansion
+- \ line continuations in configuration file.
+- Remove (*open)() from mbox_t
 - Add more shell "recipes" besides gicu.
-- Support "skins" or soft-configurable xpms for,
-   for example, 8bpp displays or non 64x64 appsizes.
 - Support on/off status LED's, for, for example,
    grep eth0 /proc/net/dev | wc -l
 - Add a failure-expect case in tlsComm. For example,
@@ -11,4 +10,4 @@
    and a bad response (a003 NO STATUS).  As soon as 
    one of them is received, we're done.
 
-$Id: TODO,v 1.5 2002/04/07 05:08:23 bluehal Exp $
+$Id: TODO,v 1.6 2002/04/15 08:15:18 bluehal Exp $
diff --git a/autoconf/Makefile.am b/autoconf/Makefile.am
new file mode 100644
index 0000000..f4deb68
--- /dev/null
+++ b/autoconf/Makefile.am
@@ -0,0 +1,2 @@
+
+EXTRA_DIST = acconfig.h
diff --git a/configure.in b/configure.in
index 6d9780e..8a766a2 100644
--- a/configure.in
+++ b/configure.in
@@ -88,6 +88,6 @@ AC_DEFINE_UNQUOTED(DEFAULT_SKIN_PATH,
                    "$SKINDIR:/usr/share/wmbiff/skins:/usr/local/share/wmbiff/skins:.")
 
 dnl We're done.
-AC_OUTPUT(Makefile wmbiff/Makefile wmgeneral/Makefile wmbiff/wmbiffrc.5)
+AC_OUTPUT(Makefile wmbiff/Makefile wmgeneral/Makefile wmbiff/wmbiffrc.5 autoconf/Makefile)
 dnl remind not to write the file.
 chmod 0444 wmbiff/wmbiffrc.5
diff --git a/wmbiff/Makefile.am b/wmbiff/Makefile.am
index 7c01817..6a1eb6b 100644
--- a/wmbiff/Makefile.am
+++ b/wmbiff/Makefile.am
@@ -8,7 +8,7 @@ man_MANS = wmbiff.1 wmbiffrc.5
 skindir = $(datadir)/wmbiff/skins
 skin_DATA = wmbiff-master-led.xpm wmbiff-master-contrast.xpm 
 
-EXTRA_DIST = $(man_MANS) sample.wmbiffrc $(skin_DATA)
+EXTRA_DIST = $(man_MANS) sample.wmbiffrc wmbiff-master-led.xpm
 
 MAINTAINERCLEANFILES = Makefile.in
 
@@ -31,8 +31,9 @@ indent:
 	indent -npro -kr -i4 -ts4 $(wmbiff_SOURCES) || true
 
 dist-hook-local: indent
-dist-clean-local:
-	test -L wmbiff-master.xpm && rm wmbiff-master.xpm
+
+distclean-local:
+	-rm -f wmbiff-master-contrast.xpm wmbiff-master.xpm
 
 # remove colors, then substitute old colors, then repalletize
 wmbiff-master-contrast.xpm:  wmbiff-master-led.xpm Makefile

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



More information about the Pkg-wmaker-commits mailing list