We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc93d0 commit 4940db4Copy full SHA for 4940db4
build/make/Makefile.in
@@ -711,6 +711,13 @@ $(1)-uninstall: $(1)-$(4)-uninstall
711
712
$(1)-clean: $(1)-uninstall
713
714
+$(1)-sdist: FORCE python_build sage_setup cython
715
+ $(AM_V_at) cd '$$(SAGE_ROOT)' && \
716
+ . '$$(SAGE_ROOT)/src/bin/sage-src-env-config' && \
717
+ . '$$(SAGE_ROOT)/src/bin/sage-env-config' && \
718
+ . '$$(SAGE_ROOT)/src/bin/sage-env' && \
719
+ '$$(SAGE_ROOT)/build/pkgs/$(1)/spkg-src'
720
+
721
# Recursive tox invocation (note - we do not set the environment here).
722
# Setting SAGE_SPKG_WHEELS is for the benefit of sagelib's tox.ini
723
$(1)-tox-%: FORCE
0 commit comments