Skip to content

Commit 6e0d397

Browse files
committed
Fix doc dist build
1 parent 1e73968 commit 6e0d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev:
1717

1818
dist:
1919
@echo Building distribution for tskit version ${TSK_VERSION}
20-
sed -i '' -e s/__TSKIT_VERSION__/${TSK_VERSION}/g _config.yml
20+
sed -i -e s/__TSKIT_VERSION__/${TSK_VERSION}/g _config.yml
2121
PYTHONPATH=${PYPATH} ./build.sh
2222

2323
clean:

0 commit comments

Comments
 (0)