Skip to content

Commit f6db3db

Browse files
committed
Fix Makefile to use normalised sdist filenames
1 parent 3209b93 commit f6db3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# You can set these variables from the command line.
22
CPYTHON_PATH = ../cpython
33
PYTHON = python3
4-
PACKAGE_ABS_PATH = $(shell pwd)/$(shell find dist/python-docs-theme-*.tar.gz)
4+
PACKAGE_ABS_PATH = $(shell pwd)/$(shell find dist/python_docs_theme-*.tar.gz)
55
SPHINXOPTS =
66

77

0 commit comments

Comments
 (0)