diff --git a/Makefile b/Makefile index ff805f1..f76f7ff 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ $(draft)-$(next_ver).xml: $(draft).xml $(draft)-$(next_ver).txt: $(draft)-$(next_ver).xml @echo "Making $@ from $<..." $(xml2rfc) --v3 $< -o $@ --text --no-pagination + $(xml2rfc) --v3 $< -o $@.paged.txt --text $(draft)-$(next_ver).html: $(draft)-$(next_ver).xml @echo "Making $@ from $<..."