Automate options documentation

This commit is contained in:
Soren L. Hansen 2021-04-19 03:20:01 -07:00
parent 1edcacf955
commit f01cf519dc
4 changed files with 46 additions and 56 deletions

8
README.md.sed Normal file
View file

@ -0,0 +1,8 @@
/@OPTIONS@/ {
r options.txt.tmp
d
}
/@CONTRIBUTORS@/ {
r contributors.txt.tmp
d
}