[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. b7b24f7696266535116d8db4fffcf2e9f4bb57f9

Stefano Zacchiroli zack at upsilon.cc
Thu Aug 7 14:56:12 UTC 2008


The following commit has been merged in the master branch:
commit 1f6b2986bfe4e7695adaf71ed9d5cc844e89c678
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Aug 7 11:12:43 2008 -0300

    more consistent Makefile target naming

diff --git a/Makefile b/Makefile
index 6b36b3e..4318c8d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-DOCS = \
-	policy/ocaml_packaging_policy.txt \
-	policy/ocaml_packaging_policy.html/index.html \
+DOCS =						\
+	policy/ocaml_packaging_policy.txt	\
+	policy/ocaml_packaging_policy.html/	\
 	$(NULL)
 
 all: $(DOCS)
diff --git a/policy/Makefile b/policy/Makefile
index 723e7ae..490efcb 100644
--- a/policy/Makefile
+++ b/policy/Makefile
@@ -13,7 +13,7 @@ ocaml_packaging_policy.html/: ocaml_packaging_policy.xml *.xml
 ocaml_packaging_policy.txt: ocaml_packaging_policy.xml *.xml
 	docbook2txt $<
 
-install: all
+upload: all
 	scp -r $(INSTALL_STUFF) $(INSTALL_HOST):$(INSTALL_DIR)
 	ssh $(INSTALL_HOST) "cd $(INSTALL_DIR) && chmod -R g+w $(INSTALL_STUFF)"
 

-- 
dh-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list