aboutsummaryrefslogtreecommitdiff
path: root/mkdlatbl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mkdlatbl.pl')
-rw-r--r--mkdlatbl.pl11
1 files changed, 9 insertions, 2 deletions
diff --git a/mkdlatbl.pl b/mkdlatbl.pl
index 37fb31b..a1377f6 100644
--- a/mkdlatbl.pl
+++ b/mkdlatbl.pl
@@ -28,8 +28,15 @@ for $r (15, 30, 45, 75) {
}
}
-print "center_x = $centerx\n";
-print "center_y = $centery\n";
+print <<EOF;
+; data tables for dla.s
+; generated file, do not edit.
+; make changes in mkdlatbl.pl instead.
+
+center_x = $centerx
+center_y = $centery
+
+EOF
print "xmin:\n";
for(@xmin) {