blob: 397695f9346ed63f657299b71e750f51070dde58 [file] [log] [blame]
subrata_modak23f869f2007-04-09 12:03:49 +00001MAINTAINERCLEANFILES = install-sh mkinstalldirs missing Makefile.in \
2 aclocal.m4 configure COPYING Log.cvs ChangeLog
3EXTRA_DIST = ChangeLog
4
5SUBDIRS = . src doc test
6
7ChangeLog: Log.cvs
8 rcs2log -u "apw Amos Waterland apw@rossby.metr.ou.edu" -L $^ | \
9 sed 's,/home/apw/cvsroot/stress/src/,,g' | fmt -w 78 > $@
10
11Log.cvs:
12 cvs log > $@