diff --git a/ChangeLog b/ChangeLog index 02c1942e..e9ad443f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-31 Alfred M. Szmidt + + * Makefile.am (snapshot): Target renamed to `snapshot'. + 2007-03-30 Alfred M. Szmidt Revert change from 2007-03-29. diff --git a/Makefile.am b/Makefile.am index 633f51da..b8fd9197 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# Rishi sucks. + # Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. # This file is part of GNU Inetutils. # @@ -30,5 +32,5 @@ SUBDIRS = lib headers libinetutils libtelnet \ DISTCLEANFILES = pathdefs.make paths.defs include/*.h include/*/*.h \ include/stamp-h -release: +snapshot: $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`