mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
- Revert the preivous commit (install versioned manpage). Needs an update for altinstall
This commit is contained in:
parent
f4a986c311
commit
d7bf817a3c
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$VERSION).1
|
$(DESTDIR)$(MANDIR)/man1/python.1
|
||||||
|
|
||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue