Revert previous commit.
[ocaml-libvirt.git] / Makefile.in
index 1904580..179b315 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; \
@@ -122,8 +122,6 @@ release_stage_3:
        cp html/*.{html,css} $(WEBSITE)/ocaml-libvirt/html/
        cp README $(WEBSITE)/ocaml-libvirt/README.txt
        cp ChangeLog $(WEBSITE)/ocaml-libvirt/ChangeLog.txt
-#      cp virt-top/virt-top.txt $(WEBSITE)/virt-top/
-#      cp ChangeLog $(WEBSITE)/virt-top/ChangeLog.txt
 
 # Upload to main website.
 
@@ -145,4 +143,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