Mention the latest fixes.
[rsync/rsync.git] / prepare-source
CommitLineData
20926fbd
WD
1#!/bin/sh
2# Use autoconf, autoheader, yodl, etc. to ready the generated files
3# in the release. This is typically used after applying a diff from
4# "patches" directory in CVS.
5#
6# NOTE: if you use a diff from the "patches" directory in a release
ac669e8b 7# tar, this is not needed (but doesn't hurt anything).
20926fbd
WD
8dir=`dirname $0`
9if test x"$dir" = x -o x"$dir" = x.; then
10 make -f prepare-source.mak
11else
12 make -C "$dir" -f prepare-source.mak
13fi