summaryrefslogtreecommitdiff
path: root/standards/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'standards/Makefile')
-rw-r--r--standards/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/standards/Makefile b/standards/Makefile
new file mode 100644
index 0000000..3de8381
--- /dev/null
+++ b/standards/Makefile
@@ -0,0 +1,8 @@
+all: txt html
+
+html:
+ xml2rfc --html draft-dold-payto.xml
+
+txt:
+ xml2rfc draft-dold-payto.xml
+