Use safe_malloc and/or check returns from malloc (Jim Meyering).
[libguestfs.git] / Makefile.am
index 68934b9..47ef6d0 100644 (file)
@@ -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/