Explorar o código

Add rst2html variable.

Jelmer Vernooij %!s(int64=15) %!d(string=hai) anos
pai
achega
3039b96cfe
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      docs/tutorial/Makefile

+ 2 - 1
docs/tutorial/Makefile

@@ -1,9 +1,10 @@
+RST2HTML = rst2html
 TXT=$(shell ls *.txt)
 
 ALL: index.html
 
 index.html: $(TXT)
-	rst2html.py index.txt index.html
+	$(RST2HTML) index.txt index.html
 
 clean:
 	rm -f index.html