Commit c655714c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Use rman rather than groff for formatting manual pages.

parent f363a02a
......@@ -16,7 +16,7 @@ babel: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o babel $(OBJS) $(LDLIBS)
babel.html: babel.man
groff -man -Thtml babel.man > babel.html
rman -f html babel.man > babel.html
.PHONY: all install uninstall clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment