summaryrefslogtreecommitdiffstats
path: root/src/api-support
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-19 21:53:09 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-19 21:53:09 +0000
commitd2400da92e5e2cc7fd5e33e61220a33214d5241c (patch)
tree4dcd4b4d63eb91bfc0b5700bae0104e827864f47 /src/api-support
parent84fbe21855b5b304413075fecb444135397591e6 (diff)
downloadlibguestfs-d2400da92e5e2cc7fd5e33e61220a33214d5241c.tar.gz
libguestfs-d2400da92e5e2cc7fd5e33e61220a33214d5241c.tar.xz
libguestfs-d2400da92e5e2cc7fd5e33e61220a33214d5241c.zip
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".
Diffstat (limited to 'src/api-support')
-rwxr-xr-xsrc/api-support/update-from-tarballs.sh2
1 files changed, 1 insertions, 1 deletions
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