Skip to content

Commit 154ccbe

Browse files
committed
Use "rst2html" to build docs.
1 parent ea444cc commit 154ccbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TXT_FILES = $(wildcard *.txt)
66
HTML_FILES = $(filter-out LICENSE_24% CHANGES_24%,$(TXT_FILES:%.txt=%.html))
77

8-
RST2HTML = rst2html.py
8+
RST2HTML = rst2html
99
RST2HTML_OPTS = -o us-ascii --link-stylesheet --stylesheet-path=default.css
1010

1111
DEST_HOST = staging.mems-exchange.org

0 commit comments

Comments
 (0)