[Pkg-wmaker-commits] [wmforecast] 18/63: make now rebuilds manpage when version changes

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:20:33 UTC 2015


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

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

commit b2dcb0d79098acd2887076cb846d237c574c26d8
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Apr 21 10:19:18 2014 -0500

    make now rebuilds manpage when version changes
---
 ChangeLog    | 3 +++
 Makefile.am  | 2 +-
 Makefile.in  | 2 +-
 wmforecast.1 | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4839eb0..b04256a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
 	* ChangeLog: corrected year in all entries (it's not 2015 yet...)
 	* NEWS, README: updated with version 0.3 info
 	* configure.ac: set version 0.3
+	* Makefile.am: wmforecast.1 target now depends on config.h; this will
+	  cause manpage to reflect changes in version and bug report email (this
+	  change occured after the v0.3 release)
 
 2014-04-19  Doug Torrance <dtorrance at monmouthcollege.edu>
 	* switched timer handler from pthread to WING's native WMAddPersistent-
diff --git a/Makefile.am b/Makefile.am
index 50ac23f..0f96b26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = wmforecast
 wmforecast_SOURCES = wmforecast.c
 man_MANS = wmforecast.1
 
-wmforecast.1: wmforecast.c
+wmforecast.1: wmforecast.c config.h
 	$(HELP2MAN) --output=$@ -N -n "a weather dockapp for Window Maker using the Yahoo Weather API" ./wmforecast
 
 AM_CFLAGS = $(libxml2_CFLAGS) $(libcurl_CFLAGS) `get-wings-flags --cflags`
diff --git a/Makefile.in b/Makefile.in
index b00dee1..4f2a2f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -927,7 +927,7 @@ uninstall-man: uninstall-man1
 	uninstall-man1
 
 
-wmforecast.1: wmforecast.c
+wmforecast.1: wmforecast.c config.h
 	$(HELP2MAN) --output=$@ -N -n "a weather dockapp for Window Maker using the Yahoo Weather API" ./wmforecast
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/wmforecast.1 b/wmforecast.1
index b461858..1421602 100644
--- a/wmforecast.1
+++ b/wmforecast.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
-.TH WMFORECAST "1" "April 2014" "wmforecast 0.2" "User Commands"
+.TH WMFORECAST "1" "April 2014" "wmforecast 0.3" "User Commands"
 .SH NAME
 wmforecast \- a weather dockapp for Window Maker using the Yahoo Weather API
 .SH SYNOPSIS

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



More information about the Pkg-wmaker-commits mailing list