[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.5.0-55-gba3b7f3

Mehdi Dogguy dogguy at pps.jussieu.fr
Mon Aug 17 08:08:03 UTC 2009


The following commit has been merged in the master branch:
commit ba3b7f3bc70535e12dee164b383f214a6b8fd766
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Mon Aug 17 10:00:22 2009 +0200

    Fix installation of html version of the policy + its doc-base file

diff --git a/Makefile b/Makefile
index 2f263c7..0db6368 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DOCS =						\
 	policy/ocaml_packaging_policy.txt	\
-	policy/ocaml_packaging_policy.html/	\
+	policy/ocaml_packaging_policy.html	\
 	$(NULL)
 
 all: $(DOCS)
diff --git a/debian/doc-base b/debian/doc-base
index 27109cd..507eac1 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -10,5 +10,5 @@ Format: Text
 Files: /usr/share/doc/dh-ocaml/ocaml_packaging_policy.txt.gz
 
 Format: HTML
-Index: /usr/share/doc/dh-ocaml/ocaml_packaging_policy.html/index.html
-Files: /usr/share/doc/dh-ocaml/ocaml_packaging_policy.html/*.html
+Index: /usr/share/doc/dh-ocaml/ocaml_packaging_policy.html
+Files: /usr/share/doc/dh-ocaml/*.html
diff --git a/debian/docs b/debian/docs
index fcc5978..cbafe57 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
-policy/ocaml_packaging_policy.html/
+policy/ocaml_packaging_policy.html
 policy/ocaml_packaging_policy.txt
diff --git a/policy/Makefile b/policy/Makefile
index c48a0ff..c8c1473 100644
--- a/policy/Makefile
+++ b/policy/Makefile
@@ -1,7 +1,7 @@
 
 XMLFILES = $(wildcard *.xml)
 INSTALL_STUFF =				\
-	ocaml_packaging_policy.html/	\
+	ocaml_packaging_policy.html	\
 	ocaml_packaging_policy.txt	\
 	$(NULL)
 INSTALL_HOST = alioth.debian.org

-- 
dh-ocaml packaging



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