From 047b313d97a2701fede120feb4bbfe23a1f45b11 Mon Sep 17 00:00:00 2001 From: guidog <guidog@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 1 Dec 2003 14:55:13 +0000 Subject: [PATCH] don't include manpages in "make dist" tarball git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1325 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 4 +++- sm5/Makefile.am | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 46e73fa4c..fdde6e577 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.275 2003/12/01 06:02:07 ballen4705 Exp $ +$Id: CHANGELOG,v 1.276 2003/12/01 14:55:13 guidog Exp $ The most recent version of this file is: http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup @@ -23,6 +23,8 @@ Maintainers / Developers Key: NOTES FOR FUTURE RELEASES: see TODO file. <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE> + + [GG] don't include manpages in make-dist-tarball. [BA] smartctl: on-line examples given with -h are now correct for solaris and linux, but wrong for freebsd. Ed? diff --git a/sm5/Makefile.am b/sm5/Makefile.am index 6b0bc02ab..fa015ee83 100644 --- a/sm5/Makefile.am +++ b/sm5/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.40 2003/11/30 13:53:14 ballen4705 Exp $ +# $Id: Makefile.am,v 1.41 2003/12/01 14:55:13 guidog Exp $ # @SET_MAKE@ @@ -97,7 +97,7 @@ endif initd_DATA = smartd.initd -EXTRA_DIST = $(man_MANS) \ +EXTRA_DIST = \ smartmontools.spec \ smartd.initd.in \ smartd.initd \ -- GitLab