These are actually extra field definitions. If there are these, our
parser is too stupid. We're just filtering out the source filenames
to know that otter isn't reading them.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
perl -p \
-e 'BEGIN { print "# -- AUTOGENERATED FROM COPY IN OTTER SOURCE --\n" }' \
-e 'if (m/^\[scraper]/..0) { unless (m/^\[(?!scraper)/..0) { s/^/\#/ } }' \
- -e 's/(?<=\s)\w\S*(?=\s)/-/ if m/^files = """/..m/^"""/;' \
+ -e 's/(?<=\s)\w\S*(?=\s)/-/ if m/^files = """/..m/^"""|^:/;' \
<$$l.toml >examples/big-bundle/$$l.toml; done
@set -e; echo 'LN for $@'; \
for e in $(LIBRARY_FILE_INPUTS); do \