Tips for OCaml section added.
[virt-p2v.git] / Makefile.in
index ad3fcdf..413c43c 100644 (file)
@@ -84,7 +84,7 @@ endif
 # Update an existing ISO.
 
 update: checkroot checkscript
-       -./iso-attach delete $(ISO)
+       -./iso-attach delete $(ISO) 2>/dev/null
        ./iso-attach add $(ISO) virt-p2v
 
 # Check that we are root.
@@ -103,7 +103,13 @@ checkscript:
 # Clean.
 
 clean:
-       rm -f *~ core livecd.ks livecd-post.sh
+       rm -f *~ core p2v.ks pod2htm*
+
+distclean: clean
+       rm -rf autom4te.cache config.log config.status configure
+
+reallyreallyclean: distclean
+       rm -f virt-p2v-*.tar.gz virt-p2v-*.iso
 
 # Manifest.