From 23fa8f25cd3d384d8a7421b95d4268c54f45845f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 16 Sep 2002 22:16:10 +0000 Subject: [PATCH] Debian package installs man pages --- debian/rules | 10 +++++++--- doc/ir-assoc.n | 4 ++-- doc/ir-scan.n | 4 ++-- doc/ir-set.n | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/debian/rules b/debian/rules index 8e33304..c13a676 100755 --- a/debian/rules +++ b/debian/rules @@ -75,7 +75,7 @@ stamp-install: stamp-build binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p ir-tcl-doc doc/ + dh_installdocs -p ir-tcl-doc doc/*.html doc/*.txt doc/*.ps dh_installchangelogs -p ir-tcl-doc dh_link -p ir-tcl-doc dh_strip -p ir-tcl-doc @@ -102,8 +102,12 @@ binary-arch: build install dh_compress -a dh_fixperms -a - dh_installdeb -p irtcl - # dh_undocumented -p ir-tcl.1 + dh_installdeb -p ir-tcl + for i in doc/*.n; do \ + m=`echo $$i|sed 's/\.n/.3tcl/g'`; \ + cp $$i $$m; \ + done + dh_installman -p ir-tcl doc/*.3tcl dh_shlibdeps -p ir-tcl dh_gencontrol -p ir-tcl diff --git a/doc/ir-assoc.n b/doc/ir-assoc.n index 338c8bf..94a44e6 100644 --- a/doc/ir-assoc.n +++ b/doc/ir-assoc.n @@ -1,7 +1,7 @@ .\" Copyright (c) 1995, 1996 Index Data .\" All rights reserved. -.\" $Id: ir-assoc.n,v 1.3 1996-06-28 08:43:58 adam Exp $ -.TH ir-assoc N "24 June 1996" "IrTcl" "IR Association" +.\" $Id: ir-assoc.n,v 1.4 2002-09-16 22:16:10 adam Exp $ +.TH ir-assoc n "24 June 1996" "IrTcl" "IR Association" .SH NAME ir \- IR association .SH SYNOPSIS diff --git a/doc/ir-scan.n b/doc/ir-scan.n index c23b913..f71b85e 100644 --- a/doc/ir-scan.n +++ b/doc/ir-scan.n @@ -1,7 +1,7 @@ .\" Copyright (c) 1995, 1996 Index Data .\" All rights reserved. -.\" $Id: ir-scan.n,v 1.1 1996-06-24 16:24:39 adam Exp $ -.TH ir-scan N "24 June 1996" "IrTcl" "IR Scan" +.\" $Id: ir-scan.n,v 1.2 2002-09-16 22:16:10 adam Exp $ +.TH ir-scan n "24 June 1996" "IrTcl" "IR Scan" .SH NAME ir-scan \- IR scan .SH SYNOPSIS diff --git a/doc/ir-set.n b/doc/ir-set.n index 2e10d3c..299cc1d 100644 --- a/doc/ir-set.n +++ b/doc/ir-set.n @@ -1,7 +1,7 @@ .\" Copyright (c) 1995, 1996 Index Data .\" All rights reserved. -.\" $Id: ir-set.n,v 1.4 1997-04-13 19:01:44 adam Exp $ -.TH ir-set N "24 June 1996" "IrTcl" "IR Set" +.\" $Id: ir-set.n,v 1.5 2002-09-16 22:16:10 adam Exp $ +.TH ir-set n "24 June 1996" "IrTcl" "IR Set" .SH NAME ir-set \- IR set .SH SYNOPSIS -- 1.7.10.4