Correct to-do list.
[ocaml-libvirt.git] / Makefile.in
index c8b5210..e816d3b 100644 (file)
@@ -27,7 +27,7 @@ OCAMLDOCFLAGS := -html -sort
 
 SUBDIRS                = libvirt mlvirsh examples
 
-all opt depend install:
+all opt depend install-opt install-byte:
        for d in $(SUBDIRS); do \
          $(MAKE) -C $$d $@; \
          if [ $$? -ne 0 ]; then exit 1; fi; \
@@ -47,9 +47,12 @@ distclean: clean
        rm -f META
        rm -f libvirt/libvirt_version.ml
        rm -f Makefile
+       rm -f Make.rules
        rm -f libvirt/Makefile
        rm -f examples/Makefile
        rm -f mlvirsh/Makefile
+       rm -f mlvirsh/mlvirsh_gettext.ml
+       rm -f po/Makefile
 
 # Developer documentation (in html/ subdirectory).
 
@@ -143,4 +146,4 @@ winupload:
 force:
 
 .PHONY: all opt depend install clean distclean configure dist check-manifest \
-       release release_stage_2 release_stage_3 force
\ No newline at end of file
+       release release_stage_2 release_stage_3 force