mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Fix grammar generators to produce renderable include files in rst format
The missing `::` in the .rst files caused grammar section in docs to
render empty.
The `::` was accidentally removed in an unrelated commit
58bd26b6cf
which was supposed to update
only copyright headers.
Fixes: #3120
This commit is contained in:
committed by
Michal Nowak
parent
f5c66f311a
commit
d975e6630f
@@ -39,6 +39,8 @@ print <<END;
|
||||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
::
|
||||
|
||||
END
|
||||
|
||||
# skip preamble
|
||||
|
@@ -38,6 +38,8 @@ print <<END;
|
||||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
::
|
||||
|
||||
END
|
||||
|
||||
while (<FH>) {
|
||||
|
Reference in New Issue
Block a user