OSDN Git Service

www: announce the update of some util-linux manpages to 2.34.
[linuxjm/jm.git] / Makefile.dist
index 75a933c..a2cf472 100644 (file)
@@ -1,6 +1,3 @@
-#
-# $Id: Makefile.dist,v 1.5 2007/10/28 17:27:10 jm Exp $
-#
 include ./JM.rules
 
 #
@@ -10,9 +7,9 @@ README = dist/README
 INSTALL = dist/INSTALL
 
 ifndef DIST
-       DIST := man-pages-ja-$(shell date +"%Y%m%d")
+       DIST := man-pages-ja-$(shell env LANG=C date +"%Y%m%d")
 endif
-DATE := $(shell date "+%b %d, %Y")
+DATE := $(shell env LANG=C date "+%b %d, %Y")
 
 all: $(README) $(INSTALL)
 
@@ -26,7 +23,7 @@ $(INSTALL): $(INSTALL).in
 install: all
        mkdir -p $(TMPDIR)/$(DIST)
        if [ -x $(RSYNC) ]; then \
-           $(RSYNC) -v -a \
+           $(RSYNC) -a -v \
            --exclude='*CVS*' \
            --exclude='*.in' \
            --exclude='.cvsignore' \