diff options
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 $< |