[Pkg-wmaker-commits] [wmforecast] 06/11: Remove dependency on help2man.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 20 16:38:15 UTC 2015


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

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

commit 3e49e8a15a5ed3a7bf5320db4bfa9173c5581eb1
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Nov 16 08:58:36 2014 -0600

    Remove dependency on help2man.
---
 Makefile.am  | 3 ---
 configure.ac | 1 -
 2 files changed, 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5c75242..52446cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,6 @@ bin_PROGRAMS = wmforecast
 wmforecast_SOURCES = wmforecast.c
 dist_man_MANS = wmforecast.1
 
-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) $(X11_CFLAGS)
 AM_CPPFLAGS =  -DDATADIR=\"$(pkgdatadir)\"
 LIBS += $(libxml2_LIBS) $(libcurl_LIBS) $(X11_LIBS) -lWINGs -lwraster -lWUtil
diff --git a/configure.ac b/configure.ac
index a0473a1..bd961d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,5 +8,4 @@ PKG_CHECK_MODULES([libcurl],[libcurl])
 PKG_CHECK_MODULES([X11],[x11])
 AC_CHECK_LIB(WINGs,WMCreateWindow)
 AC_CONFIG_FILES([Makefile icons/Makefile])
-AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
 AC_OUTPUT

-- 
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