Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338904
b: refs/heads/master
c: 536e2b0
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Oct 26, 2012
1 parent 191d186 commit d7338a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 38 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6f4f804108bd563070ab95199cbddcf7650cbf4
refs/heads/master: 536e2b0fc2af42a464ea6eb6b67a2c754e14f2e2
46 changes: 9 additions & 37 deletions trunk/tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -977,20 +977,15 @@ help:
@echo 'Perf maintainer targets:'
@echo ' clean - clean all binary objects and build output'

doc:
$(MAKE) -C Documentation all

man:
$(MAKE) -C Documentation man
DOC_TARGETS := doc man html info pdf

html:
$(MAKE) -C Documentation html
INSTALL_DOC_TARGETS := $(patsubst %,install-%,$(DOC_TARGETS)) try-install-man
INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html

info:
$(MAKE) -C Documentation info

pdf:
$(MAKE) -C Documentation pdf
# 'make doc' should call 'make -C Documentation all'
$(DOC_TARGETS):
$(MAKE) -C Documentation $(@:doc=all)

TAGS:
$(RM) TAGS
Expand Down Expand Up @@ -1061,32 +1056,9 @@ install: all try-install-man
install-python_ext:
$(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'

install-doc:
$(MAKE) -C Documentation install

install-man:
$(MAKE) -C Documentation install-man

try-install-man:
$(MAKE) -C Documentation try-install-man

install-html:
$(MAKE) -C Documentation install-html

install-info:
$(MAKE) -C Documentation install-info

install-pdf:
$(MAKE) -C Documentation install-pdf

quick-install-doc:
$(MAKE) -C Documentation quick-install

quick-install-man:
$(MAKE) -C Documentation quick-install-man

quick-install-html:
$(MAKE) -C Documentation quick-install-html
# 'make install-doc' should call 'make -C Documentation install'
$(INSTALL_DOC_TARGETS):
$(MAKE) -C Documentation $(@:-doc=)

### Cleaning rules

Expand Down

0 comments on commit d7338a1

Please sign in to comment.