diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 6 | ||||
-rw-r--r-- | doc/presentation.txt (renamed from doc/presentation.asciidoc) | 0 |
2 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 $< diff --git a/doc/presentation.asciidoc b/doc/presentation.txt index f8598f7..f8598f7 100644 --- a/doc/presentation.asciidoc +++ b/doc/presentation.txt |