From 0b23bfe4689a62bba84ac3fae5219e4381ea154f Mon Sep 17 00:00:00 2001 From: Trim21 Date: Thu, 30 May 2024 01:50:47 +0800 Subject: [PATCH] Update Makefile --- beps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beps/Makefile b/beps/Makefile index 8e8dbc8..bdf133d 100644 --- a/beps/Makefile +++ b/beps/Makefile @@ -63,7 +63,7 @@ BEPS= \ all: $(BEPS) -RST2HTML ?= rst2html.py +RST2HTML ?= rst2html %.html:%.rst_post $(RST2HTML) --template=template.txt --pep-base-url=http://www.bittorrent.org/beps/ --cloak-email-addresses --link-stylesheet --stylesheet=../css/bep.css --no-toc-backlinks $? >$@ --traceback