summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 16:00:55 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 16:00:55 (EDT)
commitfdeb7ce342f666accc5219001e5bb3c54f75a18c (patch)
treec2b7b78ab23d9f8e4959ccd313996cffc7cc865b /Makefile.am
parentbbd9d58f7b544749125860f78838e04e91cfaadf (diff)
TODO: Sort into general cleanup and functional changes
And update heading parsing in Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f98bf0..f5a5761 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,8 +81,8 @@ todo_file_script = \
H; \
$${ \
g; \
- s/^\n*[^\n][^\n]*\n[=-][=-]*\n\n*//; \
- s/\n*[^\n][^\n]*\n[=-][=-]*\n.*$$//; \
+ s/^\n*[^\n][^\n]*\n[=][=]*\n\n*//; \
+ s/\n*[^\n][^\n]*\n[=][=]*\n.*$$//; \
p; \
};
todo: