Skip to content

Commit 6229184

Browse files
author
nmlgc
committed
Change the build name, project homepage and author e-mail for this fork.
1 parent d36ef40 commit 6229184

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
AC_PREREQ(2.62) dnl 2.62 for AC_OPENMP.
22
AC_INIT([Touhou Toolkit], [5],
3-
4-
[thtk],
5-
[http://code.google.com/p/thtk/])
3+
4+
[thtk-nmlgc],
5+
[https://github.com/nmlgc/thtk])
66
AM_INIT_AUTOMAKE([1.9 foreign])
77
AC_CONFIG_SRCDIR([thdat.c])
88
AC_CONFIG_HEADERS([config.h])
99
AC_CONFIG_MACRO_DIR([m4])
1010

1111
dnl PACKAGE_URL was introduced in autoconf 2.64.
1212
m4_ifndef([AC_PACKAGE_URL],
13-
[AC_DEFINE([PACKAGE_URL], ["http://code.google.com/p/thtk/"],
13+
[AC_DEFINE([PACKAGE_URL], ["https://github.com/nmlgc/thtk"],
1414
[Define to the home page for this package.])])
1515

1616
AH_TEMPLATE([HAVE_LIBPNG],

thanm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The
7171
utility exits with 0 on success, 1 on error.
7272
.\" TODO: .Sh EXAMPLES
7373
.Sh SEE ALSO
74-
.Lk http://code.google.com/p/thtk "Project homepage"
74+
.Lk https://github.com/nmlgc/thtk "Project homepage"
7575
.Sh BUGS
7676
A few files from TH12 and TH13 contain overlapping entries with different formats.
7777
Dumping and recreating these archives will not result in the same archives.

thdat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Extract all files from the archive to the current working directory:
8383
thdat x8 th08.dat
8484
.Ed
8585
.Sh SEE ALSO
86-
.Lk http://code.google.com/p/thtk "Project homepage"
86+
.Lk https://github.com/nmlgc/thtk "Project homepage"
8787
.Sh CAVEATS
8888
BGM archives are not supported by the
8989
.Nm

thecl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The
5858
utility exits with 0 on success, 1 on error.
5959
.\" TODO: .Sh EXAMPLES
6060
.Sh SEE ALSO
61-
.Lk http://code.google.com/p/thtk "Project homepage"
61+
.Lk https://github.com/nmlgc/thtk "Project homepage"
6262
.Sh SECURITY CONSIDERATIONS
6363
Invalid data may not be properly handled.
6464
Do not operate on untrusted files.

thmsg.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Dump the mission descriptions to standard output:
7575
thmsg de125 mission.msg
7676
.Ed
7777
.Sh SEE ALSO
78-
.Lk http://code.google.com/p/thtk "Project homepage"
78+
.Lk https://github.com/nmlgc/thtk "Project homepage"
7979
.Sh SECURITY CONSIDERATIONS
8080
Invalid data may not be properly handled.
8181
Do not dump untrusted dialogue files.

0 commit comments

Comments
 (0)