Skip to content

Commit

Permalink
build change in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Aug 31, 2023
1 parent 11ee699 commit 9c4cf06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c4cf06

Please sign in to comment.