From 9c4cf069b5210717d9e271ca94e39105f4629e1c Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Fri, 1 Sep 2023 00:25:50 +0200 Subject: [PATCH] build change in Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8c9d0dc6d..bcc67ddf7 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,11 @@ default: .PHONY: build build: rm -rf build dist + cp README.rst README.rst.tmp + cat README.rst.tmp | tr '\n' '\r' | sed -e $$'s/.. raw:: html\r*\( [^\r]*\r\)*\r//g' | tr '\r' '\n' > README.rst poetry build + cp README.rst.tmp README.rst + rm README.rst.tmp .PHONY: install install: