From fc73cdc0146db71963ec50a7f88f5af0a97de9e7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 13 Nov 2016 18:27:45 +0000 Subject: [PATCH] Fix HACKING file in top level directory. --- HACKING | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index c1888dfe2..c29081c88 100644 --- a/HACKING +++ b/HACKING @@ -1,2 +1,16 @@ -The contents of this page have moved to the section "EXTENDING LIBGUESTFS" -in the guestfs(3) man page. +To learn how to compile libguestfs from sources: + + guestfs-building(1) or http://libguestfs.org/guestfs-building.1.html + +To learn how to extend libguestfs: + + guestfs-hacking(1) http://libguestfs.org/guestfs-hacking.1.html + +To learn about the architecture and internals of libguestfs: + + guestfs-internals(1) http://libguestfs.org/guestfs-internals.1.html + +To learn how to write programs using the libguestfs API: + + guestfs(3) http://libguestfs.org/guestfs.3.html + guestfs-examples(3) http://libguestfs.org/guestfs-examples.3.html