From d2400da92e5e2cc7fd5e33e61220a33214d5241c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 19 Dec 2010 21:53:09 +0000 Subject: docs: Obsolete HACKING file, move content into guestfs(3) man page. Add a new section called "EXTENDING LIBGUESTFS" to the guestfs manual page which contains all the information previously in "HACKING". --- src/api-support/update-from-tarballs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api-support') diff --git a/src/api-support/update-from-tarballs.sh b/src/api-support/update-from-tarballs.sh index 59f78d92..85798253 100755 --- a/src/api-support/update-from-tarballs.sh +++ b/src/api-support/update-from-tarballs.sh @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -if [ ! -f HACKING ]; then +if [ ! -f BUGS ]; then echo "You should run this script from the top source directory." exit 1 fi -- cgit