texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sun, 20 Mar 2022 04:55:18 -0400 (EDT)

branch: master
commit b844db927f38650df73314321066206c8cb730e2
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 16 16:04:52 2019 +0100

    rename program to infog
---
 js/{wkinfo => infog}/Makefile.am  | 4 ++--
 js/{wkinfo => infog}/autogen.sh   | 0
 js/{wkinfo => infog}/common.h     | 0
 js/{wkinfo => infog}/configure.ac | 0
 js/{wkinfo => infog}/extension.c  | 0
 js/{wkinfo => infog}/infopath.c   | 0
 js/{wkinfo => infog}/infopath.h   | 0
 js/{wkinfo => infog}/main.c       | 2 +-
 8 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/js/wkinfo/Makefile.am b/js/infog/Makefile.am
similarity index 91%
rename from js/wkinfo/Makefile.am
rename to js/infog/Makefile.am
index f58abb1658..d9cabbdfc2 100644
--- a/js/wkinfo/Makefile.am
+++ b/js/infog/Makefile.am
@@ -8,9 +8,9 @@ libmyappwebextension_la_CFLAGS = $(AM_CFLAGS) 
$(WEB_EXTENSION_CFLAGS)
 libmyappwebextension_la_LIBADD = $(WEB_EXTENSION_LIBS)
 libmyappwebextension_la_LDFLAGS = -module -avoid-version -no-undefined
 
-bin_PROGRAMS=webkit
+bin_PROGRAMS=infog
 
-webkit_SOURCES=main.c common.h
+infog_SOURCES=main.c common.h
 
 AM_CFLAGS=`pkg-config --cflags gtk+-3.0 webkit2gtk-4.0`
 
diff --git a/js/wkinfo/autogen.sh b/js/infog/autogen.sh
similarity index 100%
rename from js/wkinfo/autogen.sh
rename to js/infog/autogen.sh
diff --git a/js/wkinfo/common.h b/js/infog/common.h
similarity index 100%
rename from js/wkinfo/common.h
rename to js/infog/common.h
diff --git a/js/wkinfo/configure.ac b/js/infog/configure.ac
similarity index 100%
rename from js/wkinfo/configure.ac
rename to js/infog/configure.ac
diff --git a/js/wkinfo/extension.c b/js/infog/extension.c
similarity index 100%
rename from js/wkinfo/extension.c
rename to js/infog/extension.c
diff --git a/js/wkinfo/infopath.c b/js/infog/infopath.c
similarity index 100%
rename from js/wkinfo/infopath.c
rename to js/infog/infopath.c
diff --git a/js/wkinfo/infopath.h b/js/infog/infopath.h
similarity index 100%
rename from js/wkinfo/infopath.h
rename to js/infog/infopath.h
diff --git a/js/wkinfo/main.c b/js/infog/main.c
similarity index 99%
rename from js/wkinfo/main.c
rename to js/infog/main.c
index f4ccb4e6f2..28e24dd976 100644
--- a/js/wkinfo/main.c
+++ b/js/infog/main.c
@@ -44,7 +44,7 @@ static gboolean onkeypress(GtkWidget *webView,
                            GdkEvent  *event,
                            gpointer   user_data);
 
-#define WEB_EXTENSIONS_DIRECTORY "/home/g/src/texinfo/GIT/js/wkinfo/.libs"
+#define WEB_EXTENSIONS_DIRECTORY "/home/g/src/texinfo/GIT/js/infog/.libs"
 
 static char *socket_file;
 int socket_id;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]