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

Side by Side Diff: doc/models/Makefile

Issue 11480044: implement WAVE 1609.4 without some important features
Patch Set: updates after midterm review Created 10 years, 8 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
« no previous file with comments | « no previous file | doc/models/source/index.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9
10 # list all model library .rst files that need to be copied to $SOURCETEMP 10 # list all model library .rst files that need to be copied to $SOURCETEMP
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 $(SRC)/olsr/doc/olsr.rst \ 61 $(SRC)/olsr/doc/olsr.rst \
62 $(SRC)/openflow/doc/openflow-switch.rst \ 62 $(SRC)/openflow/doc/openflow-switch.rst \
63 $(SRC)/point-to-point/doc/point-to-point.rst \ 63 $(SRC)/point-to-point/doc/point-to-point.rst \
64 $(SRC)/wifi/doc/wifi.rst \ 64 $(SRC)/wifi/doc/wifi.rst \
65 $(SRC)/wimax/doc/wimax.rst \ 65 $(SRC)/wimax/doc/wimax.rst \
66 $(SRC)/uan/doc/uan.rst \ 66 $(SRC)/uan/doc/uan.rst \
67 $(SRC)/topology-read/doc/topology.rst \ 67 $(SRC)/topology-read/doc/topology.rst \
68 $(SRC)/stats/doc/statistics.rst \ 68 $(SRC)/stats/doc/statistics.rst \
69 $(SRC)/netanim/doc/animation.rst \ 69 $(SRC)/netanim/doc/animation.rst \
70 $(SRC)/flow-monitor/doc/flow-monitor.rst \ 70 $(SRC)/flow-monitor/doc/flow-monitor.rst \
71 $(SRC)/wave/doc/wave.rst \
71 72
72 # list all model library figure files that need to be copied to· 73 # list all model library figure files that need to be copied to·
73 # $SOURCETEMP/figures. For each figure to be included in all 74 # $SOURCETEMP/figures. For each figure to be included in all
74 # documentation formats (html, latex...) the following formats are supported:· 75 # documentation formats (html, latex...) the following formats are supported:·
75 # 1) a single .dia file (preferred option, because it can be edited) 76 # 1) a single .dia file (preferred option, because it can be edited)
76 # 2) a single .eps file 77 # 2) a single .eps file
77 # 3) both a .pdf and .png file 78 # 3) both a .pdf and .png file
78 SOURCEFIGS = \ 79 SOURCEFIGS = \
79 figures/testbed.dia \ 80 figures/testbed.dia \
80 figures/emulated-channel.dia \ 81 figures/emulated-channel.dia \
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 @echo 442 @echo
442 @echo "Link check complete; look for any errors in the above output " \ 443 @echo "Link check complete; look for any errors in the above output " \
443 "or in $(BUILDDIR)/linkcheck/output.txt." 444 "or in $(BUILDDIR)/linkcheck/output.txt."
444 445
445 doctest: copy-sources $(IMAGES) 446 doctest: copy-sources $(IMAGES)
446 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest 447 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
447 @echo "Testing of doctests in the sources finished, look at the " \ 448 @echo "Testing of doctests in the sources finished, look at the " \
448 "results in $(BUILDDIR)/doctest/output.txt." 449 "results in $(BUILDDIR)/doctest/output.txt."
449 450
450 451
OLDNEW
« no previous file with comments | « no previous file | doc/models/source/index.rst » ('j') | no next file with comments »

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