Merge commit 'ocaml3102'
[ocaml.git] / man / Makefile
blob4753c202ea831f94bd4f405bd6ba48984113abff
1 #########################################################################
2 # #
3 # Objective Caml #
4 # #
5 # Xavier Leroy, projet Cristal, INRIA Rocquencourt #
6 # #
7 # Copyright 1999 Institut National de Recherche en Informatique et #
8 # en Automatique. All rights reserved. This file is distributed #
9 # under the terms of the Q Public License version 1.0. #
10 # #
11 #########################################################################
13 # $Id$
15 include ../config/Makefile
17 DIR=$(MANDIR)/man$(MANEXT)
19 install:
20 for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done
21 echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(DIR)/ocamlc.opt.$(MANEXT)
22 echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(DIR)/ocamlopt.opt.$(MANEXT)