X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=0abe3dd06aa0a33647b5a3a50334283c7f9a161e;hb=04ee1adc919cf70091df624cb4a087703bf599a9;hp=38beecdbf533a02e53f86ba7fea962ec139575bd;hpb=8980c01b46eafcf4b5dc127e4696c2cbe1bff09f;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 38beecd..0abe3dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,9 @@ EXTRA_DIST = \ html/recipes.css \ make-recipes.sh \ contrib/README \ - bindtests + bindtests \ + .gitignore \ + m4/.gitignore # HTML versions of manual pages. @@ -81,11 +83,11 @@ html/guestfs.3.html: src/guestfs.pod \ src/guestfs-structs.pod mkdir -p html sed \ - -e '/@ACTIONS@/rguestfs-actions.pod' \ + -e '/@ACTIONS@/rsrc/guestfs-actions.pod' \ -e 's/@ACTIONS@//' \ - -e '/@AVAILABILITY@/rguestfs-availability.pod' \ + -e '/@AVAILABILITY@/rsrc/guestfs-availability.pod' \ -e 's/@AVAILABILITY@//' \ - -e '/@STRUCTS@/rguestfs-structs.pod' \ + -e '/@STRUCTS@/rsrc/guestfs-structs.pod' \ -e 's/@STRUCTS@//' \ < $< | \ pod2html \ @@ -97,7 +99,7 @@ html/guestfs.3.html: src/guestfs.pod \ html/guestfish.1.html: fish/guestfish.pod fish/guestfish-actions.pod mkdir -p html sed \ - -e '/@ACTIONS@/rguestfish-actions.pod' -e 's/@ACTIONS@//' \ + -e '/@ACTIONS@/rfish/guestfish-actions.pod' -e 's/@ACTIONS@//' \ < $< | \ pod2html \ --css 'pod.css' \ @@ -119,6 +121,7 @@ HTMLFILES = \ html/hivex.3.html \ html/hivexget.1.html \ html/hivexml.1.html \ + html/hivexsh.1.html \ html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-edit.1.html \ @@ -192,3 +195,12 @@ CLEANFILES = $(fs_DATA) \ clean-local: rm -rf initramfs + +# If you don't want to run all of the tests ('make check') then this +# will just run libguestfs-test-tool for a quick check. Note this +# is NOT a substitute for proper testing! + +quickcheck: + LIBGUESTFS_PATH=appliance \ + test-tool/libguestfs-test-tool \ + --helper test-tool/libguestfs-test-tool-helper