X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=de1631fb86533d5b05dd035d6ffc2141395a256c;hb=9e14ca69119a58d2ad42a921c5f3633db0ed84b1;hp=388cdeb831a8fc16061608f2f08d7640177a25c1;hpb=8cf06ddcddf1fda3a189667dbaaa4560ba49df3c;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 388cdeb..de1631f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -69,10 +69,7 @@ SUBDIRS += csharp # virt-resize (new version) and virt-sparsify are written in OCaml. if HAVE_OCAML -if HAVE_OCAML_PCRE -SUBDIRS += resize -endif -SUBDIRS += sparsify +SUBDIRS += resize sparsify endif # Perl tools. @@ -148,6 +145,7 @@ HTMLFILES = \ html/guestfs-python.3.html \ html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ + html/guestfs-testing.1.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-alignment-scan.1.html \