diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-01 08:13:35 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-01 08:13:35 +0100 |
commit | 87e1b4e85a9f8bd535c0557ced9cebd7e35c1635 (patch) | |
tree | eed1e514bb9b90c874c9a5d37a3bff40626a14cd /doc/Makefile | |
parent | 9a637392e795149ab8d6d95a6f30860ec3ca08bb (diff) | |
download | advtime-87e1b4e85a9f8bd535c0557ced9cebd7e35c1635.tar.gz advtime-87e1b4e85a9f8bd535c0557ced9cebd7e35c1635.tar.bz2 advtime-87e1b4e85a9f8bd535c0557ced9cebd7e35c1635.zip |
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
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 $< |