Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1110)

Side by Side Diff: doc/manual/Makefile

Issue 245260043: DCF collectors
Patch Set: Created 8 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 EPSTOPDF = epstopdf 1 EPSTOPDF = epstopdf
2 DIA = dia 2 DIA = dia
3 CONVERT = convert 3 CONVERT = convert
4 4
5 SRC = ../../src 5 SRC = ../../src
6 # Temporary source directory, for build 6 # Temporary source directory, for build
7 SOURCETEMP = source-temp 7 SOURCETEMP = source-temp
8 FIGURES = $(SOURCETEMP)/figures 8 FIGURES = $(SOURCETEMP)/figures
9 #VPATH = $(FIGURES) 9 #VPATH = $(FIGURES)
10 10
(...skipping 29 matching lines...) Expand all
40 source/tests.rst \ 40 source/tests.rst \
41 source/tracing.rst \ 41 source/tracing.rst \
42 source/troubleshoot.rst \ 42 source/troubleshoot.rst \
43 ${SRC}/stats/doc/data-collection.rst \ 43 ${SRC}/stats/doc/data-collection.rst \
44 ${SRC}/stats/doc/data-collection-overview.rst \ 44 ${SRC}/stats/doc/data-collection-overview.rst \
45 ${SRC}/stats/doc/statistics.rst \ 45 ${SRC}/stats/doc/statistics.rst \
46 ${SRC}/stats/doc/data-collection-helpers.rst \ 46 ${SRC}/stats/doc/data-collection-helpers.rst \
47 ${SRC}/stats/doc/probe.rst \ 47 ${SRC}/stats/doc/probe.rst \
48 ${SRC}/stats/doc/collector.rst \ 48 ${SRC}/stats/doc/collector.rst \
49 ${SRC}/stats/doc/aggregator.rst \ 49 ${SRC}/stats/doc/aggregator.rst \
50 ${SRC}/stats/doc/adaptor.rst \
51 ${SRC}/stats/doc/scope-and-limitations.rst \ 50 ${SRC}/stats/doc/scope-and-limitations.rst \
52 51
53 # list all manual figure files that need to be copied to· 52 # list all manual figure files that need to be copied to·
54 # $SOURCETEMP/figures. For each figure to be included in all 53 # $SOURCETEMP/figures. For each figure to be included in all
55 # documentation formats (html, latex...) the following formats are supported:· 54 # documentation formats (html, latex...) the following formats are supported:·
56 # 1) a single .dia file (preferred option, because it can be edited) 55 # 1) a single .dia file (preferred option, because it can be edited)
57 # 2) a single .eps file 56 # 2) a single .eps file
58 # 3) both a .pdf and .png file 57 # 3) both a .pdf and .png file
59 58
60 SOURCEFIGS = \ 59 SOURCEFIGS = \
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 @echo "Link check complete; look for any errors in the above output " \ 244 @echo "Link check complete; look for any errors in the above output " \
246 "or in $(BUILDDIR)/linkcheck/output.txt." 245 "or in $(BUILDDIR)/linkcheck/output.txt."
247 246
248 doctest: copy-sources $(IMAGES) 247 doctest: copy-sources $(IMAGES)
249 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest 248 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
250 @echo "Testing of doctests in the sources finished, look at the " \ 249 @echo "Testing of doctests in the sources finished, look at the " \
251 "results in $(BUILDDIR)/doctest/output.txt." 250 "results in $(BUILDDIR)/doctest/output.txt."
252 251
253 252
254 test: $(IMAGES) 253 test: $(IMAGES)
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b