blob: be5adb1e0290555febe094edf05f717d23098824 [file] [log] [blame]
Robert Richter761a0f32013-05-06 20:40:14 +02001include ../../scripts/Makefile.include
Borislav Petkovaf3df2c2012-09-28 19:47:07 +02002include ../config/utilities.mak
3
Ingo Molnarc1c23652009-05-30 12:38:51 +02004MAN1_TXT= \
5 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
6 $(wildcard perf-*.txt)) \
7 perf.txt
8MAN5_TXT=
9MAN7_TXT=
10
11MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)
Franck Bui-Huu762b2932012-02-06 16:17:23 +010012_MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT))
13_MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
Ingo Molnarc1c23652009-05-30 12:38:51 +020014
Franck Bui-Huu762b2932012-02-06 16:17:23 +010015MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML))
16MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML))
Ingo Molnarc1c23652009-05-30 12:38:51 +020017
18ARTICLES =
19# with their own formatting rules.
20SP_ARTICLES =
21API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
22SP_ARTICLES += $(API_DOCS)
23SP_ARTICLES += technical/api-index
24
Franck Bui-Huu762b2932012-02-06 16:17:23 +010025_DOC_HTML = $(_MAN_HTML)
26_DOC_HTML+=$(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))
27DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML))
Ingo Molnarc1c23652009-05-30 12:38:51 +020028
Franck Bui-Huu762b2932012-02-06 16:17:23 +010029_DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
30_DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT))
31_DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
32
33DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1))
34DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5))
35DOC_MAN7=$(addprefix $(OUTPUT),$(_DOC_MAN7))
Ingo Molnarc1c23652009-05-30 12:38:51 +020036
John Kacur7ae5f2132010-03-11 13:57:00 +010037# Make the path relative to DESTDIR, not prefix
38ifndef DESTDIR
Ingo Molnarc1c23652009-05-30 12:38:51 +020039prefix?=$(HOME)
John Kacur7ae5f2132010-03-11 13:57:00 +010040endif
Ingo Molnarc1c23652009-05-30 12:38:51 +020041bindir?=$(prefix)/bin
42htmldir?=$(prefix)/share/doc/perf-doc
43pdfdir?=$(prefix)/share/doc/perf-doc
44mandir?=$(prefix)/share/man
45man1dir=$(mandir)/man1
46man5dir=$(mandir)/man5
47man7dir=$(mandir)/man7
Ingo Molnarc1c23652009-05-30 12:38:51 +020048
49ASCIIDOC=asciidoc
Kyle McMartinb395cd82009-08-18 12:41:25 -040050ASCIIDOC_EXTRA = --unsafe
Ingo Molnarc1c23652009-05-30 12:38:51 +020051MANPAGE_XSL = manpage-normal.xsl
52XMLTO_EXTRA =
53INSTALL?=install
54RM ?= rm -f
55DOC_REF = origin/man
56HTML_REF = origin/html
57
58infodir?=$(prefix)/share/info
59MAKEINFO=makeinfo
60INSTALL_INFO=install-info
61DOCBOOK2X_TEXI=docbook2x-texi
62DBLATEX=dblatex
Borislav Petkovaf3df2c2012-09-28 19:47:07 +020063XMLTO=xmlto
Ingo Molnarc1c23652009-05-30 12:38:51 +020064ifndef PERL_PATH
65 PERL_PATH = /usr/bin/perl
66endif
67
68-include ../config.mak.autogen
69-include ../config.mak
70
Borislav Petkovaf3df2c2012-09-28 19:47:07 +020071_tmp_tool_path := $(call get-executable,$(ASCIIDOC))
72ifeq ($(_tmp_tool_path),)
73 missing_tools = $(ASCIIDOC)
74endif
75
76_tmp_tool_path := $(call get-executable,$(XMLTO))
77ifeq ($(_tmp_tool_path),)
78 missing_tools += $(XMLTO)
79endif
80
Ingo Molnarc1c23652009-05-30 12:38:51 +020081#
82# For asciidoc ...
83# -7.1.2, no extra settings are needed.
84# 8.0-, set ASCIIDOC8.
85#
86
87#
88# For docbook-xsl ...
89# -1.68.1, set ASCIIDOC_NO_ROFF? (based on changelog from 1.73.0)
90# 1.69.0, no extra settings are needed?
91# 1.69.1-1.71.0, set DOCBOOK_SUPPRESS_SP?
92# 1.71.1, no extra settings are needed?
93# 1.72.0, set DOCBOOK_XSL_172.
94# 1.73.0-, set ASCIIDOC_NO_ROFF
95#
96
97#
98# If you had been using DOCBOOK_XSL_172 in an attempt to get rid
99# of 'the ".ft C" problem' in your generated manpages, and you
100# instead ended up with weird characters around callouts, try
101# using ASCIIDOC_NO_ROFF instead (it works fine with ASCIIDOC8).
102#
103
104ifdef ASCIIDOC8
105ASCIIDOC_EXTRA += -a asciidoc7compatible
106endif
107ifdef DOCBOOK_XSL_172
108ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
109MANPAGE_XSL = manpage-1.72.xsl
110else
111 ifdef ASCIIDOC_NO_ROFF
112 # docbook-xsl after 1.72 needs the regular XSL, but will not
113 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
114 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
115 endif
116endif
117ifdef MAN_BOLD_LITERAL
118XMLTO_EXTRA += -m manpage-bold-literal.xsl
119endif
120ifdef DOCBOOK_SUPPRESS_SP
121XMLTO_EXTRA += -m manpage-suppress-sp.xsl
122endif
123
124SHELL_PATH ?= $(SHELL)
125# Shell quote;
126SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
127
128#
129# Please note that there is a minor bug in asciidoc.
130# The version after 6.0.3 _will_ include the patch found here:
131# http://marc.theaimsgroup.com/?l=perf&m=111558757202243&w=2
132#
133# Until that version is released you may have to apply the patch
134# yourself - yes, all 6 characters of it!
135#
136
137QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
138QUIET_SUBDIR1 =
139
140ifneq ($(findstring $(MAKEFLAGS),w),w)
141PRINT_DIR = --no-print-directory
142else # "make -w"
143NO_SUBDIR = :
144endif
145
146ifneq ($(findstring $(MAKEFLAGS),s),s)
Robert Richter5125bc22013-05-03 15:49:53 +0200147ifneq ($(V),1)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200148 QUIET_ASCIIDOC = @echo ' ' ASCIIDOC $@;
149 QUIET_XMLTO = @echo ' ' XMLTO $@;
150 QUIET_DB2TEXI = @echo ' ' DB2TEXI $@;
151 QUIET_MAKEINFO = @echo ' ' MAKEINFO $@;
152 QUIET_DBLATEX = @echo ' ' DBLATEX $@;
153 QUIET_XSLTPROC = @echo ' ' XSLTPROC $@;
154 QUIET_GEN = @echo ' ' GEN $@;
155 QUIET_STDERR = 2> /dev/null
156 QUIET_SUBDIR0 = +@subdir=
157 QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
158 $(MAKE) $(PRINT_DIR) -C $$subdir
159 export V
160endif
161endif
162
163all: html man
164
165html: $(DOC_HTML)
166
167$(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf
168
169man: man1 man5 man7
170man1: $(DOC_MAN1)
171man5: $(DOC_MAN5)
172man7: $(DOC_MAN7)
173
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100174info: $(OUTPUT)perf.info $(OUTPUT)perfman.info
Ingo Molnarc1c23652009-05-30 12:38:51 +0200175
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100176pdf: $(OUTPUT)user-manual.pdf
Ingo Molnarc1c23652009-05-30 12:38:51 +0200177
178install: install-man
179
Borislav Petkovaf3df2c2012-09-28 19:47:07 +0200180check-man-tools:
181ifdef missing_tools
182 $(error "You need to install $(missing_tools) for man pages")
183endif
184
185do-install-man: man
Ingo Molnarc1c23652009-05-30 12:38:51 +0200186 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir)
187# $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir)
188# $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir)
189 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir)
190# $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir)
191# $(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
192
Borislav Petkovaf3df2c2012-09-28 19:47:07 +0200193install-man: check-man-tools man
194
Borislav Petkovaf3df2c2012-09-28 19:47:07 +0200195ifdef missing_tools
Ingo Molnar31f6be62013-10-02 06:51:27 +0200196 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
Borislav Petkovaf3df2c2012-09-28 19:47:07 +0200197else
Ingo Molnar31f6be62013-10-02 06:51:27 +0200198 DO_INSTALL_MAN = do-install-man
Borislav Petkovaf3df2c2012-09-28 19:47:07 +0200199endif
200
Ingo Molnar31f6be62013-10-02 06:51:27 +0200201try-install-man: $(DO_INSTALL_MAN)
202
Ingo Molnarc1c23652009-05-30 12:38:51 +0200203install-info: info
204 $(INSTALL) -d -m 755 $(DESTDIR)$(infodir)
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100205 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200206 if test -r $(DESTDIR)$(infodir)/dir; then \
207 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perf.info ;\
208 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perfman.info ;\
209 else \
210 echo "No directory found in $(DESTDIR)$(infodir)" >&2 ; \
211 fi
212
213install-pdf: pdf
214 $(INSTALL) -d -m 755 $(DESTDIR)$(pdfdir)
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100215 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200216
Jesse Brandeburg4187e262011-02-09 17:11:00 -0800217#install-html: html
218# '$(SHELL_PATH_SQ)' ./install-webdoc.sh $(DESTDIR)$(htmldir)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200219
Ingo Molnarc1c23652009-05-30 12:38:51 +0200220
221#
222# Determine "include::" file references in asciidoc files.
223#
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100224$(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
Ingo Molnarc1c23652009-05-30 12:38:51 +0200225 $(QUIET_GEN)$(RM) $@+ $@ && \
226 $(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
227 mv $@+ $@
228
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100229-include $(OUPTUT)doc.dep
Ingo Molnarc1c23652009-05-30 12:38:51 +0200230
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100231_cmds_txt = cmds-ancillaryinterrogators.txt \
Ingo Molnarc1c23652009-05-30 12:38:51 +0200232 cmds-ancillarymanipulators.txt \
233 cmds-mainporcelain.txt \
234 cmds-plumbinginterrogators.txt \
235 cmds-plumbingmanipulators.txt \
236 cmds-synchingrepositories.txt \
237 cmds-synchelpers.txt \
238 cmds-purehelpers.txt \
239 cmds-foreignscminterface.txt
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100240cmds_txt=$(addprefix $(OUTPUT),$(_cmds_txt))
Ingo Molnarc1c23652009-05-30 12:38:51 +0200241
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100242$(cmds_txt): $(OUTPUT)cmd-list.made
Ingo Molnarc1c23652009-05-30 12:38:51 +0200243
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100244$(OUTPUT)cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200245 $(QUIET_GEN)$(RM) $@ && \
246 $(PERL_PATH) ./cmd-list.perl ../command-list.txt $(QUIET_STDERR) && \
247 date >$@
248
Ingo Molnar8ec19c02013-10-09 11:49:26 +0200249CLEAN_FILES = \
250 $(MAN_XML) $(addsuffix +,$(MAN_XML)) \
251 $(MAN_HTML) $(addsuffix +,$(MAN_HTML)) \
252 $(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7) \
253 $(OUTPUT)*.texi $(OUTPUT)*.texi+ $(OUTPUT)*.texi++ \
254 $(OUTPUT)perf.info $(OUTPUT)perfman.info \
255 $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep \
256 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt \
257 $(cmds_txt) $(OUTPUT)*.made
Ingo Molnarc1c23652009-05-30 12:38:51 +0200258clean:
Ingo Molnar8ec19c02013-10-09 11:49:26 +0200259 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200260
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100261$(MAN_HTML): $(OUTPUT)%.html : %.txt
Ingo Molnarc1c23652009-05-30 12:38:51 +0200262 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
263 $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf \
264 $(ASCIIDOC_EXTRA) -aperf_version=$(PERF_VERSION) -o $@+ $< && \
265 mv $@+ $@
266
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100267$(OUTPUT)%.1 $(OUTPUT)%.5 $(OUTPUT)%.7 : $(OUTPUT)%.xml
Ingo Molnarc1c23652009-05-30 12:38:51 +0200268 $(QUIET_XMLTO)$(RM) $@ && \
Robert Richter761a0f32013-05-06 20:40:14 +0200269 $(XMLTO) -o $(OUTPUT). -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
Ingo Molnarc1c23652009-05-30 12:38:51 +0200270
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100271$(OUTPUT)%.xml : %.txt
Ingo Molnarc1c23652009-05-30 12:38:51 +0200272 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
273 $(ASCIIDOC) -b docbook -d manpage -f asciidoc.conf \
274 $(ASCIIDOC_EXTRA) -aperf_version=$(PERF_VERSION) -o $@+ $< && \
275 mv $@+ $@
276
277XSLT = docbook.xsl
278XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
279
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100280$(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml
Ingo Molnarc1c23652009-05-30 12:38:51 +0200281 $(QUIET_XSLTPROC)xsltproc $(XSLTOPTS) -o $@ $(XSLT) $<
282
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100283$(OUTPUT)perf.info: $(OUTPUT)user-manual.texi
284 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi
Ingo Molnarc1c23652009-05-30 12:38:51 +0200285
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100286$(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml
Ingo Molnarc1c23652009-05-30 12:38:51 +0200287 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100288 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \
Ingo Molnarc1c23652009-05-30 12:38:51 +0200289 $(PERL_PATH) fix-texi.perl <$@++ >$@+ && \
290 rm $@++ && \
291 mv $@+ $@
292
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100293$(OUTPUT)user-manual.pdf: $(OUTPUT)user-manual.xml
Ingo Molnarc1c23652009-05-30 12:38:51 +0200294 $(QUIET_DBLATEX)$(RM) $@+ $@ && \
295 $(DBLATEX) -o $@+ -p /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -s /etc/asciidoc/dblatex/asciidoc-dblatex.sty $< && \
296 mv $@+ $@
297
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100298$(OUTPUT)perfman.texi: $(MAN_XML) cat-texi.perl
Ingo Molnarc1c23652009-05-30 12:38:51 +0200299 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
300 ($(foreach xml,$(MAN_XML),$(DOCBOOK2X_TEXI) --encoding=UTF-8 \
301 --to-stdout $(xml) &&) true) > $@++ && \
302 $(PERL_PATH) cat-texi.perl $@ <$@++ >$@+ && \
303 rm $@++ && \
304 mv $@+ $@
305
Franck Bui-Huu762b2932012-02-06 16:17:23 +0100306$(OUTPUT)perfman.info: $(OUTPUT)perfman.texi
Ingo Molnarc1c23652009-05-30 12:38:51 +0200307 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate $*.texi
308
309$(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml
310 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
311 $(DOCBOOK2X_TEXI) --to-stdout $*.xml >$@+ && \
312 mv $@+ $@
313
314howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
315 $(QUIET_GEN)$(RM) $@+ $@ && \
316 '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
317 mv $@+ $@
318
319$(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt
320 $(QUIET_ASCIIDOC)$(ASCIIDOC) -b xhtml11 $*.txt
321
322WEBDOC_DEST = /pub/software/tools/perf/docs
323
324$(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt
325 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
326 sed -e '1,/^$$/d' $< | $(ASCIIDOC) -b xhtml11 - >$@+ && \
327 mv $@+ $@
328
Jesse Brandeburg4187e262011-02-09 17:11:00 -0800329# UNIMPLEMENTED
330#install-webdoc : html
331# '$(SHELL_PATH_SQ)' ./install-webdoc.sh $(WEBDOC_DEST)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200332
Jesse Brandeburg4187e262011-02-09 17:11:00 -0800333# quick-install: quick-install-man
Ingo Molnarc1c23652009-05-30 12:38:51 +0200334
Jesse Brandeburg4187e262011-02-09 17:11:00 -0800335# quick-install-man:
336# '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(DOC_REF) $(DESTDIR)$(mandir)
Ingo Molnarc1c23652009-05-30 12:38:51 +0200337
Jesse Brandeburg4187e262011-02-09 17:11:00 -0800338#quick-install-html:
339# '$(SHELL_PATH_SQ)' ./install-doc-quick.sh $(HTML_REF) $(DESTDIR)$(htmldir)