summaryrefslogtreecommitdiff
path: root/standards/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-14 12:49:03 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-14 12:49:03 +0100
commit36401abfbfde19086dc3af3d3bd42cf243e51c08 (patch)
tree775111137e4c8528757fde4bf74aab8a6dda5d7e /standards/Makefile
parentc32576131474349121defd0b23f7eb0ba17b9445 (diff)
downloadmarketing-36401abfbfde19086dc3af3d3bd42cf243e51c08.tar.gz
marketing-36401abfbfde19086dc3af3d3bd42cf243e51c08.tar.bz2
marketing-36401abfbfde19086dc3af3d3bd42cf243e51c08.zip
changes based on ISE feedback
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
+