X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=f2f26e70e5ae8675dadf3a468aa6822bc926fe48;hb=62df226f26bd6ac3c481a7790eb89d760d2f0386;hp=68934b9f9d16ad0a48c51c2e77935b4d2c45de59;hpb=5aa57fbd34eb34922719d08712303b9d73ec215f;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 68934b9..f2f26e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,9 @@ $(INITRAMFSIMG): initramfs/fakeroot.log daemon/guestfsd bash $(top_builddir)/update-initramfs.sh touch $@ +make-initramfs.sh: make-initramfs.sh.in + ./config.status $@ + # Tests. These are auto-generated from the test descriptions. check_PROGRAMS = tests @@ -151,7 +154,9 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar sh make-recipes.sh recipes/*.sh > $@-t mv $@-t $@ -website: html/guestfs.3.html html/guestfish.1.html html/recipes.html +website: html/guestfs.3.html html/guestfish.1.html \ + html/virt-inspector.1.html \ + html/recipes.html cp $^ html/pod.css html/recipes.css \ $(HOME)/d/redhat/et-website/libguestfs/ @@ -196,7 +201,7 @@ test-boot-realistic: emptydisk # Make clean. -CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ recipes/*~ +CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp clean-local: rm -rf initramfs