From 11cf17750885324a58a68d237b0ac29bc3a6269b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 20 Oct 2013 18:09:50 +0200 Subject: o Making all app-conf options except import use <-l location>. o Setting $HOME to the temporary area when testing. o Adding test docs for app-conf. --- docs/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/Makefile (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..f9ae4ea --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,9 @@ +TXT=$(wildcard *.txt) +HTML=$(patsubst %.txt,%.html,$(TXT)) +all: $(HTML) + +%.html: %.txt + asciidoc -a data-uri -a icons -a toc -a max-width=55em $< + +clean: + rm -rf $(wildcard *.html) -- cgit v1.2.3