mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 10:07:09 +00:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
all: pdns-qof.xml
|
|
xml2rfc pdns-qof.xml
|
|
|
|
html: pdns-qof.xml
|
|
xml2rfc --html pdns-qof.xml
|
|
|
|
clean:
|
|
rm -f pdns-qof.txt
|