Skip to content

Commit

Permalink
[enhance] Makefile: manpages has to be made before for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Jul 27, 2012
1 parent 730eb4f commit c4e25c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -85,15 +85,15 @@ distrib: $(MYOCAMLBUILD)
$(OCAMLBUILD) $(call target-tools,$(DISTRIB_TOOLS)) opa-node-packages.stamp $(OCAMLBUILD) $(call target-tools,$(DISTRIB_TOOLS)) opa-node-packages.stamp
@$(call copy-tools,$(DISTRIB_TOOLS)) @$(call copy-tools,$(DISTRIB_TOOLS))
@tools/utils/install.sh --quiet --dir $(realpath $(BUILD_DIR)) --ocaml-prefix $(OCAMLLIB)/../../.. @tools/utils/install.sh --quiet --dir $(realpath $(BUILD_DIR)) --ocaml-prefix $(OCAMLLIB)/../../..
$(MAKE) $(OPA_TOOLS)
$(MAKE) manpages $(MAKE) manpages
$(MAKE) $(OPA_TOOLS)


.PHONY: distrib-all .PHONY: distrib-all
distrib-all: $(MYOCAMLBUILD) distrib-all: $(MYOCAMLBUILD)
$(OCAMLBUILD) $(call target-tools,$(DISTRIB_TOOLS)) opa-both-packages.stamp $(OCAMLBUILD) $(call target-tools,$(DISTRIB_TOOLS)) opa-both-packages.stamp
@$(call copy-tools,$(DISTRIB_TOOLS)) @$(call copy-tools,$(DISTRIB_TOOLS))
$(MAKE) $(OPA_TOOLS)
$(MAKE) manpages $(MAKE) manpages
$(MAKE) $(OPA_TOOLS)


## ##
## MANPAGES ## MANPAGES
Expand Down

0 comments on commit c4e25c2

Please sign in to comment.