OSDN Git Service

Make the date format into dist/README not to contain Japanese characters.
authorAkihiro MOTOKI <amotoki@dd.iij4u.or.jp>
Wed, 10 Nov 2010 15:17:29 +0000 (00:17 +0900)
committerAkihiro MOTOKI <amotoki@dd.iij4u.or.jp>
Wed, 10 Nov 2010 15:17:29 +0000 (00:17 +0900)
By this change, we can avoid character encoding confliction (EUC-JP vs UTF-8)
in dist/README.

Makefile.dist

index 4fa14c9..75a933c 100644 (file)
@@ -12,7 +12,7 @@ INSTALL = dist/INSTALL
 ifndef DIST
        DIST := man-pages-ja-$(shell date +"%Y%m%d")
 endif
-DATE := $(shell date "+%Yǯ%m·î%dÆü")
+DATE := $(shell date "+%b %d, %Y")
 
 all: $(README) $(INSTALL)