- fixed the keymap directory problem.

This commit is contained in:
Christophe Bothamy 2002-03-11 08:35:55 +00:00
parent b64349020b
commit dcfccb02de

View File

@ -187,7 +187,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.64 2002-03-10 23:58:30 cbothamy Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.65 2002-03-11 08:35:55 cbothamy Exp $$' >> bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
@ -301,7 +301,7 @@ install_bin::
$(LN_S) $(VERSIONDIR)/bochs $(DESTDIR)$(bindir)/bochs
$(LN_S) $(VERSIONDIR)/bximage $(DESTDIR)$(bindir)/bximage
$(CP) -r $(srcdir)/docs-html $(DESTDIR)$(VERSIONDIR)
$(CP) -r $(srcdir)/keymaps $(DESTDIR)$(VERSIONDIR)
$(CP) -r $(srcdir)/gui/keymaps $(DESTDIR)$(VERSIONDIR)
$(RM) -f $(DESTDIR)$(VERSIONDIR)/README
$(CAT) $(srcdir)/build/linux/README.linux-binary $(srcdir)/README > $(DESTDIR)$(VERSIONDIR)/README
$(CP) $(srcdir)/font/vga.pcf $(DESTDIR)$(VERSIONDIR)