- Revert the preivous commit (install versioned manpage). Needs an update for altinstall

This commit is contained in:
Matthias Klose 2008-10-21 16:48:37 +00:00
parent f4a986c311
commit d7bf817a3c

View file

@ -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)