2
0
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:
Mark Andrews
2022-02-01 17:50:09 +11:00
committed by Michal Nowak
parent f5c66f311a
commit d975e6630f
2 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ print <<END;
.. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership.
::
END
# skip preamble

View File

@@ -38,6 +38,8 @@ print <<END;
.. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership.
::
END
while (<FH>) {