diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-19 21:53:09 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-19 21:53:09 +0000 |
commit | d2400da92e5e2cc7fd5e33e61220a33214d5241c (patch) | |
tree | 4dcd4b4d63eb91bfc0b5700bae0104e827864f47 /Makefile.am | |
parent | 84fbe21855b5b304413075fecb444135397591e6 (diff) | |
download | libguestfs-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0df92d40..66ec0c68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,7 @@ HTMLFILES = \ html/recipes.html \ html/pod.css html/recipes.css -TEXTFILES = BUGS HACKING README RELEASE-NOTES ROADMAP TODO +TEXTFILES = BUGS README RELEASE-NOTES ROADMAP TODO WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs |