From 387b94aa018368652b1e074abf3e7ac2a6b99cee Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 9 Nov 2012 08:23:38 +0100 Subject: Makefile: asciidoc --latex generate a .tex not .txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5f2097..c832195 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -document.txt: document.asciidoc +document.tex: document.asciidoc asciidoc --backend=latex $< -- cgit