Switch to side-by-side view

--- a
+++ b/website/faqsandhowtos/Makefile
@@ -0,0 +1,9 @@
+.SUFFIXES: .txt .html
+
+.txt.html:
+	asciidoc $<
+
+all: $(addsuffix .html,$(basename $(wildcard *.txt)))
+
+clean:
+	rm *.html