Switch to side-by-side view
--- a +++ b/doc/Makefile @@ -0,0 +1,9 @@ +.SUFFIXES: .txt .html + +.txt.html: + asciidoc $< + +all: upmpdcli.html + +clean: + rm -f *.html
--- a +++ b/doc/Makefile @@ -0,0 +1,9 @@ +.SUFFIXES: .txt .html + +.txt.html: + asciidoc $< + +all: upmpdcli.html + +clean: + rm -f *.html