aboutsummaryrefslogtreecommitdiff
path: root/convert.awk
diff options
context:
space:
mode:
Diffstat (limited to 'convert.awk')
-rw-r--r--convert.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.awk b/convert.awk
index cc1a96d..3535ce2 100644
--- a/convert.awk
+++ b/convert.awk
@@ -2,7 +2,7 @@ BEGIN {
line=0;
}
-NR < 61 { next }
+NR==1,/Amalie Skram\. I\./ { next }
# Page numbers
/^ *[0-9][0-9]* *$/ { next }