Install reference manuals.

PR:		4667
Submitted by:	Ian Vaudrey <i.vaudrey@cableinet.co.uk>
This commit is contained in:
Thomas Gellekum 1997-11-18 12:31:09 +00:00
parent 0da83b6a61
commit 7a9d7874de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8696
3 changed files with 81 additions and 2 deletions

View File

@ -3,13 +3,14 @@
# Date created: 24 December 1996
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $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
@ -19,7 +20,15 @@ ALL_TARGET= world bootstrap opt
MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.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 <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (ocaml-1.03.tar.gz) = 933ececf83e12d713e1867e5f7423d0e
MD5 (ocaml-1.03-refman.html.tar.gz) = 4a00b7ae77353b2b03dfebe40287f226

View File

@ -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