[27598] in Source-Commits
authwatch commit [debian]: Distribute manpages
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Sun Feb 9 02:52:44 2014
Date: Sun, 9 Feb 2014 02:52:37 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201402090752.s197qb3m031286@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/authwatch/commit/517ed40ad8eb3c2dea8410efd7c2f9b956ea07fa
commit 517ed40ad8eb3c2dea8410efd7c2f9b956ea07fa
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date: Sun Feb 9 02:45:51 2014 -0500
Distribute manpages
Makefile.am | 2 ++
configure.ac | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5c33a7e..fd7597d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,3 +2,5 @@ bin_PROGRAMS = authwatch
authwatch_SOURCES = authwatch.c
authwatch_CFLAGS = @GTK_CFLAGS@
authwatch_LDADD = @KRB5_LIBS@ @GTK_LIBS@
+
+dist_man1_MANS = authwatch.1
diff --git a/configure.ac b/configure.ac
index ae3e741..f2dfe53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
-AC_INIT([authwatch], [10.1], [debathena@mit.edu])
+AC_INIT([authwatch], [10.1.1], [debathena@mit.edu])
AM_INIT_AUTOMAKE([foreign -Wall])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])