File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ prepare-installdir.%:
41
41
# expect to have a line like << master_doc = "bla" or 'bla' >> someplace.
42
42
43
43
MASTER_DOC =$(shell sed -n -e \
44
- "s/master_doc.* =[^'\"]* ['\"]\([^'\"]* \) .*/\1/p" conf.py)
44
+ "s/master_doc.* =[^'\"]* ['\"]\([^'\"]* \) .*/\1/p" conf.py)
45
45
46
46
# Make sure the PDF we install has a meaningful name and leave the html
47
47
# alone so internal hyperlinks to the toplevel page remain functional.
@@ -107,9 +107,9 @@ prepare-builddir.%: $(PREPARE_IMAGES)
107
107
# bits to find it in index.rst.
108
108
look_for_gnatfuzz :
109
109
if [ -e " gnatfuzz/gnatfuzz_part.rst" ]; then \
110
- if [ " ` grep " gnatfuzz" index.rst` " = " " ]; then \
111
- echo " gnatfuzz/gnatfuzz_part" >> index.rst; \
112
- fi ; \
110
+ if [ " ` grep " gnatfuzz" index.rst` " = " " ]; then \
111
+ sed -i -e ' s/\.\. Optional GNATfuzz part/ gnatfuzz\ /gnatfuzz_part/g ' index.rst; \
112
+ fi ; \
113
113
fi
114
114
115
115
build.pdf : look_for_gnatfuzz prepare-builddir.pdf
Original file line number Diff line number Diff line change 8
8
9
9
gnatcov/gnatcov_part
10
10
gnattest/gnattest_part
11
+
12
+ .. Optional GNATfuzz part
13
+
11
14
integration/integration_part
12
15
13
16
.. Appendix part - manual numbering
You can’t perform that action at this time.
0 commit comments