changeset 479:87504e29b1d5 dev

Good bye RCS
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 16:59:11 +0859
parents e417dfa71954
children 307d5bf535bb
files makefile
diffstat 1 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Sun Sep 10 16:58:48 2017 +0859
+++ b/makefile	Sun Sep 10 16:59:11 2017 +0859
@@ -225,21 +225,15 @@
 	( version=${VERSION}; cd ${TMPDIR}; \
 	     ${TAR} vzcf ${TMPDIR}/yahtml$$version.tar.gz yatex$$version)
 
-ci:
-	ci -r${VERSION} -sRel -f ${RCSFILE}
-	ci -u${VERSION} makefile 00readme
-
-co:
-	co ${RCSFILE}
+tag:
+	echo hg tag ${VERSION}
+# ci:
+# 	ci -r${VERSION} -sRel -f ${RCSFILE}
+# 	ci -u${VERSION} makefile 00readme
 
-co-l:
-	co -l ${RCSFILE}
+# co:
+# 	co ${RCSFILE}
 
-tci:
-	ci -l${VERSION}.0 -Ncurrent ${RCSFILE} makefile
-
-dostci:
-	ci -l${MVER}.0 -Ncurrent @rcsfile
 
 RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
 #sync:	

yatex.org