Home | History | Annotate | Download | only in cpython3

Lines Matching full:mandir

131 MANDIR=		@mandir@
1173 @for i in $(MANDIR) $(MANDIR)/man1; \
1182 $(DESTDIR)$(MANDIR)/man1/python$(VERSION).1
1186 -rm -f $(DESTDIR)$(MANDIR)/man1/python3.1
1187 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python3.1)