mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
- install versioned manpage
This commit is contained in:
parent
297ddcd823
commit
015c84b389
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ maninstall:
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
$(INSTALL_DATA) $(srcdir)/Misc/python.man \
|
$(INSTALL_DATA) $(srcdir)/Misc/python.man \
|
||||||
$(DESTDIR)$(MANDIR)/man1/python.1
|
$(DESTDIR)$(MANDIR)/man1/python$(VERSION).1
|
||||||
|
|
||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue