Created
September 4, 2011 03:49
-
-
Save k-tsj/1192218 to your computer and use it in GitHub Desktop.
Renamed INSTALL.eucjp to INSTALL.utf-
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 834fd3b4936cf26f24f8f6392730a1763fd633b6 Mon Sep 17 00:00:00 2001 | |
From: Kazuki Tsujimoto <[email protected]> | |
Date: Sun, 4 Sep 2011 12:40:56 +0900 | |
Subject: [PATCH] Renamed INSTALL.eucjp to INSTALL.utf-8 | |
--- | |
ChangeLog | 4 ++++ | |
Gauche.spec | 2 +- | |
Makefile.in | 4 ++-- | |
3 files changed, 7 insertions(+), 3 deletions(-) | |
diff --git a/ChangeLog b/ChangeLog | |
index 8c50f48..7773ae6 100644 | |
--- a/ChangeLog | |
+++ b/ChangeLog | |
@@ -1,3 +1,7 @@ | |
+2011-09-04 Kazuki Tsujimoto <[email protected]> | |
+ | |
+ * Makefile.in, Gauche.spec: Renamed INSTALL.eucjp to INSTALL.utf-8. | |
+ | |
2011-08-25 Shiro Kawai <[email protected]> | |
* src/system.c (Scm_GetTimeSpec): Fixed a bug that didn't handles | |
diff --git a/Gauche.spec b/Gauche.spec | |
index e90b152..fb0b170 100644 | |
--- a/Gauche.spec | |
+++ b/Gauche.spec | |
@@ -100,7 +100,7 @@ make DESTDIR=${RPM_BUILD_ROOT}/ install-doc | |
%files common -f rpmfiles-common.txt | |
%defattr(-,root,root) | |
-%doc COPYING ChangeLog INSTALL INSTALL.eucjp Gauche.spec | |
+%doc COPYING ChangeLog INSTALL INSTALL.utf-8 Gauche.spec | |
/usr/share/info/ | |
/usr/share/man/man1/ | |
/usr/share/gauche-0.9/site | |
diff --git a/Makefile.in b/Makefile.in | |
index 5e75bc9..bbb377e 100644 | |
--- a/Makefile.in | |
+++ b/Makefile.in | |
@@ -60,7 +60,7 @@ pre-package: | |
cd doc; $(MAKE) GOSH=$(GOSH) pre-package | |
if [ -f INSTALL.in ]; then \ | |
$(GOSH) doc/extract -en -o INSTALL INSTALL.in; \ | |
- $(GOSH) doc/extract -jp -o INSTALL.eucjp INSTALL.in; \ | |
+ $(GOSH) doc/extract -jp -o INSTALL.utf-8 INSTALL.in; \ | |
fi | |
# pre-package-ext pre-generates autogenerated files under ext/. | |
@@ -122,7 +122,7 @@ maintainer-clean: clean | |
(cd $(LIBATOMICDIR); $(MAKE) distclean; rm -f configure);\ | |
fi | |
(cd winnt; $(MAKE) clean) | |
- rm -rf $(AUTOCONF_GENERATED) VERSION INSTALL INSTALL.eucjp DIST_EXCLUDE_X gc/configure | |
+ rm -rf $(AUTOCONF_GENERATED) VERSION INSTALL INSTALL.utf-8 DIST_EXCLUDE_X gc/configure | |
# MacOSX Framework specific stuff | |
framework: all | |
-- | |
1.7.5.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment