Home | History | Annotate | Download | only in config

Lines Matching full:mandir

109 MANDIR=		${datarootdir}/man
917 @for i in $(MANDIR) $(MANDIR)/man1; \
926 $(DESTDIR)$(MANDIR)/man1/python$(VERSION).1
930 -rm -f $(DESTDIR)$(MANDIR)/man1/python2.1
931 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python2.1)
932 -rm -f $(DESTDIR)$(MANDIR)/man1/python.1
933 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python2.1 python.1)