comparison docs/Makefile @ 83:60c9769439b8

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 95c75e76d11b
children afa8332a0e37
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
1 ##===- docs/Makefile ---------------------------------------*- Makefile -*-===## 1 ##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
2 # 2 #
3 # The LLVM Compiler Infrastructure 3 # The LLVM Compiler Infrastructure
4 # 4 #
5 # This file is distributed under the University of Illinois Open Source 5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details. 6 # License. See LICENSE.TXT for details.
7 # 7 #
8 ##===----------------------------------------------------------------------===## 8 ##===----------------------------------------------------------------------===##
9 9
10 LEVEL := .. 10 LEVEL := ..
11 DIRS := 11 DIRS :=
12 12
119 $(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc 119 $(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc
120 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc 120 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
121 $(Verb) $(MKDIR) $(PROJ_OBJ_DIR)/ocamldoc/html 121 $(Verb) $(MKDIR) $(PROJ_OBJ_DIR)/ocamldoc/html
122 $(Verb) \ 122 $(Verb) \
123 $(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \ 123 $(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \
124 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'` 124 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" \
125 -path "*/$(BuildMode)/*.odoc" -exec echo -load '{}' ';'`
125 126
126 uninstall-local:: 127 uninstall-local::
127 $(Echo) Uninstalling Documentation 128 $(Echo) Uninstalling Documentation
128 $(Verb) $(RM) -rf $(DESTDIR)$(PROJ_docsdir) 129 $(Verb) $(RM) -rf $(DESTDIR)$(PROJ_docsdir)