Skip to content

Commit 6d7e8da

Browse files
authored
Merge pull request #2044 from benjeffery/fix_doc_build
Fix doc dist build
2 parents 1e73968 + 6e0d397 commit 6d7e8da

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)