From 87e1b4e85a9f8bd535c0557ced9cebd7e35c1635 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 1 Feb 2013 08:13:35 +0100 Subject: Rename presentation.asciidoc to presentation.txt See: http://www.methods.co.nz/asciidoc/faq.html#_what_is_the_preferred_file_name_extension_for_asciidoc_files --- doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 3119612..46040d1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,9 +13,9 @@ IMAGES_PNG=$(IMAGES_PGM:.pgm=.png) convert $< $@ # inkscape --without-gui --export-png=$@.png -h 1024 $@ -.SUFFIXES: .asciidoc .html -presentation.html: presentation.asciidoc - asciidoc --backend slidy presentation.asciidoc +.SUFFIXES: .txt .html +presentation.html: presentation.txt + asciidoc --backend slidy presentation.txt .txt.html: asciidoc --backend html $< -- cgit