[anjuta] launcher: renamed anjuta_launcher to anjuta-launcher.



commit f7a41b136da818c7ab662a8f1f0bf224a2e42587
Author: Massimo Corà <mcora src gnome org>
Date:   Sun Jul 26 11:29:14 2009 +0200

    launcher: renamed anjuta_launcher to anjuta-launcher.
    
    the name is now more coherent to the standard.

 configure.in                                       |    2 +-
 doc/Makefile.am                                    |    2 +-
 doc/{anjuta_launcher.1.in => anjuta-launcher.1.in} |    8 ++++----
 launcher/Makefile.am                               |    2 +-
 launcher/{anjuta_launcher.c => anjuta-launcher.c}  |    0
 plugins/build-basic-autotools/executer.c           |    2 +-
 plugins/gdb/plugin.c                               |    2 +-
 plugins/run-program/execute.c                      |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/configure.in b/configure.in
index f793efc..a7f9c13 100644
--- a/configure.in
+++ b/configure.in
@@ -720,7 +720,7 @@ pixmaps/Makefile
 data/Makefile
 data/welcome.txt
 doc/anjuta.1
-doc/anjuta_launcher.1
+doc/anjuta-launcher.1
 doc/Makefile
 scripts/Makefile
 launcher/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 769f2be..9504d86 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,7 +11,7 @@ anjuta_doc_DATA = \
 
 man_MANS = \
 	anjuta.1 \
-	anjuta_launcher.1
+	anjuta-launcher.1
 
 EXTRA_DIST = $(anjuta_doc_DATA) $(man_MANS)
 
diff --git a/doc/anjuta_launcher.1.in b/doc/anjuta-launcher.1.in
similarity index 73%
rename from doc/anjuta_launcher.1.in
rename to doc/anjuta-launcher.1.in
index e55caf7..28a459b 100644
--- a/doc/anjuta_launcher.1.in
+++ b/doc/anjuta-launcher.1.in
@@ -1,13 +1,13 @@
-.TH "anjuta_launcher" "1" "@VERSION@" "Jens Georg" ""
+.TH "anjuta-launcher" "1" "@VERSION@" "Jens Georg" ""
 .SH "NAME"
 .LP
-anjuta_launcher \- GNOME Integrated Development Environment
+anjuta-launcher \- GNOME Integrated Development Environment
 .LP
-anjuta_launcher normally is not called directly by the user but invoked by
+anjuta-launcher normally is not called directly by the user but invoked by
 anjuta
 .SH "SYNTAX"
 .LP
-anjuta_launcher [ \fIoption\fP ] program_name [ \fIprogram_parameter ... \fP]
+anjuta-launcher [ \fIoption\fP ] program_name [ \fIprogram_parameter ... \fP]
 .SH "DESCRIPTION"
 This program is part of the Anjuta GNOME IDE. It is used to launch programs
 from within the IDE and to initialize a terminal for a debugging session.
diff --git a/launcher/Makefile.am b/launcher/Makefile.am
index 1638b41..5347ca0 100644
--- a/launcher/Makefile.am
+++ b/launcher/Makefile.am
@@ -1,7 +1,7 @@
 
 AM_CPPFLAGS = $(GLIB_CFLAGS) -I. -I.. -g -O $(DEPRECATED_FLAGS)
 
-bin_PROGRAMS = anjuta_launcher
+bin_PROGRAMS = anjuta-launcher
 anjuta_launcher_LDADD = $(GLIB_LIBS)
 
 -include $(top_srcdir)/git.mk
diff --git a/launcher/anjuta_launcher.c b/launcher/anjuta-launcher.c
similarity index 100%
rename from launcher/anjuta_launcher.c
rename to launcher/anjuta-launcher.c
diff --git a/plugins/build-basic-autotools/executer.c b/plugins/build-basic-autotools/executer.c
index c012a2b..9e11199 100644
--- a/plugins/build-basic-autotools/executer.c
+++ b/plugins/build-basic-autotools/executer.c
@@ -404,7 +404,7 @@ execute_program (BasicAutotoolsPlugin* plugin, const gchar *pre_select_uri)
 
 				g_free (oldcmd);
 			} else {
-				gchar* launcher_path = g_find_program_in_path("anjuta_launcher");
+				gchar* launcher_path = g_find_program_in_path("anjuta-launcher");
 
 				if (launcher_path != NULL)
 				{
diff --git a/plugins/gdb/plugin.c b/plugins/gdb/plugin.c
index 5636226..97f4f43 100644
--- a/plugins/gdb/plugin.c
+++ b/plugins/gdb/plugin.c
@@ -100,7 +100,7 @@ gdb_plugin_start_terminal (GdbPlugin* plugin)
 	gdb_plugin_stop_terminal (plugin);
 
 	/* Check if anjuta launcher is here */
-	if (anjuta_util_prog_is_installed ("anjuta_launcher", TRUE) == FALSE)
+	if (anjuta_util_prog_is_installed ("anjuta-launcher", TRUE) == FALSE)
 	{
 		return NULL;
 	}
diff --git a/plugins/run-program/execute.c b/plugins/run-program/execute.c
index 42c0f02..d1db4b4 100644
--- a/plugins/run-program/execute.c
+++ b/plugins/run-program/execute.c
@@ -237,7 +237,7 @@ execute_with_terminal (RunProgramPlugin *plugin,
 {
 	IAnjutaTerminal *term;
 	GPid pid = -1;
-	gchar* launcher_path = g_find_program_in_path("anjuta_launcher");
+	gchar* launcher_path = g_find_program_in_path("anjuta-launcher");
 	gchar *new_cmd;
 	RunProgramChild *child;
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]