diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-02 17:05:43 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-02 17:05:43 +0000 |
commit | c36214c6825d77f1706c5eb5f6316bed88f240e4 (patch) | |
tree | d2cf45f51a67054197781fa8c08d0e506b1465f4 /Makefile.am | |
parent | a2591230c12efad4a6ad843d9b8991e44fecabb2 (diff) | |
download | libguestfs-c36214c6825d77f1706c5eb5f6316bed88f240e4.tar.gz libguestfs-c36214c6825d77f1706c5eb5f6316bed88f240e4.tar.xz libguestfs-c36214c6825d77f1706c5eb5f6316bed88f240e4.zip |
website: Distribute BUGS and RELEASE-NOTES files to website.
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 5ab3b6d4..8a58ea72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,7 +152,7 @@ HTMLFILES = \ html/recipes.html \ html/pod.css html/recipes.css -TEXTFILES = README TODO HACKING +TEXTFILES = BUGS HACKING README RELEASE-NOTES TODO WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs |