diff options
Diffstat (limited to 'testing-123/Makefile')
-rw-r--r-- | testing-123/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing-123/Makefile b/testing-123/Makefile new file mode 100644 index 0000000..178415e --- /dev/null +++ b/testing-123/Makefile @@ -0,0 +1,13 @@ +update: testing-123.txt testing-123.7 testing-123.html + git add . + git commit + git push + +testing-123.7: testing-123.md + mmark --man testing-123.md > testing-123.7 +testing-123.txt testing-123.html: testing-123.xml + xml2rfc --text --html testing-123.xml + sed -i -e '/\f/{n;s/^.\{5\}/RFD 1/}' testing-123.txt + ed testing-123.txt < Edfile +testing-123.xml: testing-123.md + sed '0,/title =/{s/ ."$$/"/}' testing-123.md | mmark > testing-123.xml |