diff options
Diffstat (limited to 'convert.awk')
| -rw-r--r-- | convert.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.awk b/convert.awk index 8da8a49..a36801e 100644 --- a/convert.awk +++ b/convert.awk @@ -7,7 +7,7 @@ BEGIN { # Footer /^ *[0-9]* *Constance *Ring *[0-9]* *$/ { next } -/^ *1\. *$/ || +# Mark chapters /^ *([IVX][IVX]*)\.* *$/ { gsub(/ */, "") gsub(/\./, "") |
