From f486b7c299b45a14358813637ac62b388c39c74d Mon Sep 17 00:00:00 2001 From: Aaron Kaplan Date: Wed, 25 Dec 2013 15:43:30 +0100 Subject: [PATCH] add html output option --- i-d/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i-d/Makefile b/i-d/Makefile index 1b40ec0..9462162 100644 --- a/i-d/Makefile +++ b/i-d/Makefile @@ -1,5 +1,8 @@ all: pdns-qof.xml xml2rfc pdns-qof.xml +html: pdns-qof.xml + xml2html pdns-qof.xml + clean: rm -f pdns-qof.txt