[med-svn] [Git][python-team/packages/mypy][debian/experimental] mypyc doc fix
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Aug 15 11:05:08 BST 2024
Michael R. Crusoe pushed to branch debian/experimental at Debian Python Team / packages / mypy
Commits:
3c886acb by Michael R. Crusoe at 2024-08-15T12:04:46+02:00
mypyc doc fix
- - - - -
2 changed files:
- debian/mypy-doc.docs
- debian/rules
Changes:
=====================================
debian/mypy-doc.docs
=====================================
@@ -1,2 +1,2 @@
docs/build/html
-mypyc/docs/build/mypyc
+mypyc/doc/build/mypyc
=====================================
debian/rules
=====================================
@@ -50,7 +50,7 @@ override_dh_auto_build-indep: manpages
MYPY_USE_MYPYC=0 dh_auto_build
ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
PYTHONPATH=$(CURDIR) $(MAKE) -C docs html
- PYTHONPATH=$(CURDIR) $(MAKE) -C mypyc/docs html
+ PYTHONPATH=$(CURDIR) $(MAKE) -C mypyc/doc html
mv mypyc/docs/build/html mypyc/docs/build/mypyc
endif
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/3c886acb0d55f4847f8e2a278d67b39cf03501b6
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/3c886acb0d55f4847f8e2a278d67b39cf03501b6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240815/152aaa04/attachment.htm>
More information about the debian-med-commit
mailing list