diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index 46e73fa4c28f8a66550d19b80e70108ff9adbb47..fdde6e577d0a8370d6b98ea21a6683b8e0d4056d 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 6b0bc02abd39ec277dbdb107f13e7db23fb0e313..fa015ee83378d35cbfd59c1863d9263eccea6fb4 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		\