summaryrefslogtreecommitdiff
path: root/fml/doc
diff options
context:
space:
mode:
authorKen'ichi Fukamachi <fukachan@fml.org>2018-08-01 18:32:59 +0900
committerKen'ichi Fukamachi <fukachan@fml.org>2018-08-01 18:32:59 +0900
commit64681a8f0e32c25a1d381be9350d6c436aa0b130 (patch)
tree2cd7eb79fb7b08b666728c682ef390eea30a972f /fml/doc
parent3ff34d8f986ea1fc826ac3983e74063d1691032a (diff)
downloadfml8-64681a8f0e32c25a1d381be9350d6c436aa0b130.tar.gz
fml8-64681a8f0e32c25a1d381be9350d6c436aa0b130.tar.bz2
fml8-64681a8f0e32c25a1d381be9350d6c436aa0b130.zip
modified to use git reflecting scm changes (cvs to github).
Diffstat (limited to 'fml/doc')
-rw-r--r--fml/doc/en/Makefile.template4
-rw-r--r--fml/doc/ja/Makefile.template4
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/doc/en/Makefile.template b/fml/doc/en/Makefile.template
index e9116452..0daf84fb 100644
--- a/fml/doc/en/Makefile.template
+++ b/fml/doc/en/Makefile.template
@@ -17,7 +17,7 @@ UNIQ = uniq
PERL = perl
FIND = find
GREP = grep
-CVS = cvs
+GIT = git
ENV = env
EXPORTER = rsync -a
SGML_DIR = ../../share/sgml
@@ -74,7 +74,7 @@ export: _init html w3m
chmod 755 $(TARGET_HTML_DIR)
scan:
- @ $(CVS) -n update 2>&1 |$(GREP) -v : || echo ''
+ @ $(GIT) status -s
_init:
test -d $(TARGET_HTML_DIR) || mkdir $(TARGET_HTML_DIR)
diff --git a/fml/doc/ja/Makefile.template b/fml/doc/ja/Makefile.template
index 20e5e349..cf38084e 100644
--- a/fml/doc/ja/Makefile.template
+++ b/fml/doc/ja/Makefile.template
@@ -22,7 +22,7 @@ UNIQ = uniq
PERL = perl
FIND = find
GREP = grep
-CVS = cvs
+GIT = git
ENV = env
EXPORTER = rsync -a
SGML_DIR = ../../share/sgml
@@ -80,7 +80,7 @@ export: _init html w3m
chmod 755 $(TARGET_HTML_DIR)
scan:
- @ $(CVS) -n update 2>&1 |$(GREP) -v : || echo ''
+ @ $(GIT) status -s
_init:
test -d $(TARGET_HTML_DIR) || mkdir $(TARGET_HTML_DIR)