From 7be54344ccd27622b158b7659e80b1038af240b5 Mon Sep 17 00:00:00 2001 From: Sylvain Le Gall Date: Tue, 28 Oct 2003 00:01:17 +0000 Subject: [PATCH] Made it compile ;-> Sylvain LE GALL --- Makefile | 5 +++-- chapter-liblocal.xml | 6 +++--- chapter-ocaml.xml | 22 +++++++++++----------- ocaml_packaging_policy.xml | 25 +++++++++++++++---------- 4 files changed, 32 insertions(+), 26 deletions(-) diff --git a/Makefile b/Makefile index 95c137bb..1ad1903c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ %.html: %.xml - xsltproc --nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl \ - $^ > $@ + xsltproc --nonet --output $@ \ + /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl \ + $^ all: ocaml_packaging_policy.html diff --git a/chapter-liblocal.xml b/chapter-liblocal.xml index 0fe2b9b5..0e7d4621 100644 --- a/chapter-liblocal.xml +++ b/chapter-liblocal.xml @@ -12,7 +12,7 @@ /usr/local/bin /usr/local/sbin - + + diff --git a/chapter-ocaml.xml b/chapter-ocaml.xml index 2afcfc8f..fc23d65d 100644 --- a/chapter-ocaml.xml +++ b/chapter-ocaml.xml @@ -98,7 +98,7 @@ the of this application. By using this, you dump the intermediary representation of the document that will be generated by ocamldoc. This can be used to generate HTML documentation and manpages, by reloading this - file ( using ). @@ -110,7 +110,7 @@
- Path for all &ocaml-name; component</para> + <title>Path for all &ocaml-name; component Ocaml will search library in two different location, referred to @@ -118,7 +118,7 @@ core in which packaged modules stood. - +
Library paths @@ -138,7 +138,7 @@ When installing a library, packagers should use a subdirectory of the preceding set of path. Subdirectory name is not mandatory. - + If upstream developpers use already a subdirectory of the &ocaml-name; @@ -162,9 +162,9 @@ name provided by the META of the upstream, or the name of the library itself. - +
- +
<filename>META</filename> @@ -221,10 +221,10 @@ the upstream source. - +
- +
&ocamldoc; specific generated documentation @@ -270,9 +270,9 @@ odoc, generating this documentation and to contact upstream author to have a well commented source. - +
- +
Actually, &camlp4; extensions are stored in /usr/lib/ocaml/&ocaml-version;/camlp4/. In order to do something @@ -300,7 +300,7 @@ library. - +
diff --git a/ocaml_packaging_policy.xml b/ocaml_packaging_policy.xml index a777348d..4c76b64b 100644 --- a/ocaml_packaging_policy.xml +++ b/ocaml_packaging_policy.xml @@ -3,15 +3,19 @@ "/usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd" [ - ocaml-&ocaml-version;-&ocaml-compat;"> - ocaml-base-&ocaml-version;-&ocaml-compat;"> - OCaml"> - - ocamlc"> - ocamlopt"> - ocamldoc"> - ocamlfind"> - + ocaml"> + ocaml-&ocaml-version;-&ocaml-compat;"> + ocaml-base-&ocaml-version;-&ocaml-compat;"> + ocaml-findlib"> + ocamldoc-base"> + OCaml"> + + ocamlc"> + ocamlopt"> + ocamldoc"> + ocamlfind"> + camlp4"> + @@ -26,6 +30,7 @@ &debian-name; &ocaml-name; Packaging Policy For Objective Caml version &ocaml-version; Revision 0.1 + &authors; &legal; @@ -56,7 +61,7 @@ - &ocaml-task; resources + &ocaml-force; resources &appendix-resources; -- 2.30.2