diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index bb18702e8dd0..31423c69ef83 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -3,13 +3,14 @@ # Date created: 24 December 1996 # Whom: Kiriyama Kazuhiko # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/03 11:25:46 asami Exp $ # DISTNAME= ocaml-1.03 CATEGORIES= lang MASTER_SITES= ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ \ ftp://ftp.inria.fr/lang/caml-light/ +DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES} MAINTAINER= kiri@kiri.toba-cmt.ac.jp @@ -17,9 +18,17 @@ HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= world bootstrap opt MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ - ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 + ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 + +.if !defined(NOPORTDOCS) +DOCFILES= ${DISTNAME}-refman.html.tar.gz +.endif post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ocaml/html + cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html +.endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc .include diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 169b1c5cdb9f..d23da0a247c1 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1 +1,2 @@ MD5 (ocaml-1.03.tar.gz) = 933ececf83e12d713e1867e5f7423d0e +MD5 (ocaml-1.03-refman.html.tar.gz) = 4a00b7ae77353b2b03dfebe40287f226 diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index b7eeea37327e..d53bc6eece2b 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -166,3 +166,72 @@ man/man1/ocamlopt.1.gz man/man1/ocamlprof.1.gz man/man1/ocamlrun.1.gz man/man1/ocamlyacc.1.gz +share/doc/ocaml/html/contents_motif.gif +share/doc/ocaml/html/index.html +share/doc/ocaml/html/next_motif.gif +share/doc/ocaml/html/node1.html +share/doc/ocaml/html/node10.html +share/doc/ocaml/html/node11.html +share/doc/ocaml/html/node12.html +share/doc/ocaml/html/node13.html +share/doc/ocaml/html/node14.html +share/doc/ocaml/html/node15.html +share/doc/ocaml/html/node16.1.html +share/doc/ocaml/html/node16.10.html +share/doc/ocaml/html/node16.11.html +share/doc/ocaml/html/node16.12.html +share/doc/ocaml/html/node16.13.html +share/doc/ocaml/html/node16.14.html +share/doc/ocaml/html/node16.15.html +share/doc/ocaml/html/node16.16.html +share/doc/ocaml/html/node16.17.html +share/doc/ocaml/html/node16.18.html +share/doc/ocaml/html/node16.19.html +share/doc/ocaml/html/node16.2.html +share/doc/ocaml/html/node16.20.html +share/doc/ocaml/html/node16.21.html +share/doc/ocaml/html/node16.22.html +share/doc/ocaml/html/node16.23.html +share/doc/ocaml/html/node16.24.html +share/doc/ocaml/html/node16.25.html +share/doc/ocaml/html/node16.3.html +share/doc/ocaml/html/node16.4.html +share/doc/ocaml/html/node16.5.html +share/doc/ocaml/html/node16.6.html +share/doc/ocaml/html/node16.7.html +share/doc/ocaml/html/node16.8.html +share/doc/ocaml/html/node16.9.html +share/doc/ocaml/html/node16.html +share/doc/ocaml/html/node17.html +share/doc/ocaml/html/node18.html +share/doc/ocaml/html/node19.html +share/doc/ocaml/html/node2.html +share/doc/ocaml/html/node20.html +share/doc/ocaml/html/node21.html +share/doc/ocaml/html/node22.html +share/doc/ocaml/html/node3.html +share/doc/ocaml/html/node4.html +share/doc/ocaml/html/node5.1.html +share/doc/ocaml/html/node5.10.html +share/doc/ocaml/html/node5.11.html +share/doc/ocaml/html/node5.12.html +share/doc/ocaml/html/node5.13.html +share/doc/ocaml/html/node5.2.html +share/doc/ocaml/html/node5.3.html +share/doc/ocaml/html/node5.4.html +share/doc/ocaml/html/node5.5.html +share/doc/ocaml/html/node5.6.html +share/doc/ocaml/html/node5.7.html +share/doc/ocaml/html/node5.8.html +share/doc/ocaml/html/node5.9.html +share/doc/ocaml/html/node5.html +share/doc/ocaml/html/node6.html +share/doc/ocaml/html/node7.html +share/doc/ocaml/html/node8.html +share/doc/ocaml/html/node9.html +share/doc/ocaml/html/previous_motif.gif +@dirrm share/doc/ocaml/html +@dirrm share/doc/ocaml +@dirrm lib/ocaml/caml +@dirrm lib/ocaml/threads +@dirrm lib/ocaml