diff options
Diffstat (limited to 'convert.awk')
| -rw-r--r-- | convert.awk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/convert.awk b/convert.awk index 3535ce2..a3c46ad 100644 --- a/convert.awk +++ b/convert.awk @@ -4,11 +4,8 @@ BEGIN { NR==1,/Amalie Skram\. I\./ { next } -# Page numbers -/^ *[0-9][0-9]* *$/ { next } - -# Page headers -/^ *Constance Ring *$/ { next } +# Footer +/^ *[0-9]* *Constance *Ring *[0-9]* *$/ { next } /^(II*|IV)\.?$/ { print "# " $0 |
