More makefile fixes -mig
Этот коммит содержится в:
родитель
cf76e89b54
Коммит
8fac5dd743
@ -5,7 +5,7 @@ AC_INIT(create_vcs)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
PACKAGE=mc
|
||||
VERSION=4.1.35
|
||||
VERSION=4.5.0
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||
AC_SUBST(VERSION)
|
||||
|
@ -2922,6 +2922,11 @@ and unused keys everywhere).
|
||||
.PP
|
||||
.SH ""
|
||||
.SH FILES
|
||||
.PP
|
||||
The program will retrieve all of its information relative to the
|
||||
MCHOME environment variable, if this variable is not set, then it will
|
||||
fall back to the @prefix@ directory.
|
||||
.PP
|
||||
@prefix@/lib/mc.hlp
|
||||
.IP
|
||||
The help file for the program.
|
||||
|
@ -342,7 +342,7 @@ GnomeUIInfo gnome_panel_about_menu [] = {
|
||||
};
|
||||
|
||||
GnomeUIInfo gnome_panel_menu [] = {
|
||||
{ GNOME_APP_UI_SUBTREE, N_("File"), NULL, &gnome_panel_file_menu },
|
||||
{ GNOME_APP_UI_SUBTREE, N_("_File"), NULL, &gnome_panel_file_menu },
|
||||
{ GNOME_APP_UI_SUBTREE, N_("Window"), NULL, &gnome_panel_panel_menu },
|
||||
{ GNOME_APP_UI_SUBTREE, N_("Commands"), NULL, &gnome_panel_commands_menu },
|
||||
{ GNOME_APP_UI_SUBTREE, N_("Options"), NULL, &gnome_panel_options_menu },
|
||||
|
@ -137,8 +137,10 @@ dialog_key_pressed (GtkWidget *win, GdkEventKey *event, Dlg_head *h)
|
||||
}
|
||||
|
||||
gtk_signal_emit_stop_by_name (GTK_OBJECT (win), "key_press_event");
|
||||
dlg_key_event (h, key);
|
||||
return TRUE;
|
||||
if (dlg_key_event (h, key))
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -77,7 +77,7 @@ uninstall:
|
||||
-$(RMF) $(DESTDIR)$(bindir)/$(binprefix)mcedit
|
||||
|
||||
distcopy:
|
||||
$(CP) $(DIST) ../../mc-$(VERSION)/edit
|
||||
$(CP) $(DIST) ../../mc-$(VERSION)/gtkedit
|
||||
|
||||
depend dep: mcdep
|
||||
|
||||
|
1213
po/mc.pot
1213
po/mc.pot
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
@ -2,9 +2,9 @@
|
||||
FIles transferred over SHell protocol (V 0.0.2)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This protocol was designed for transferring files over secureshell
|
||||
(ssh) connection. It can be as well used for transfers over rsh, and
|
||||
there may be other uses.
|
||||
This protocol was designed for transferring files over a remote shell
|
||||
connection (rsh and compatibles). It can be as well used for transfers over
|
||||
rsh, and there may be other uses.
|
||||
|
||||
Client sends requests of following form:
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user