From 8e76adf8c091e27c461e728582dea67c4976dfbb Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 19 Aug 1999 06:42:31 +0000 Subject: [PATCH] (tar): Change TM/*/ -> */. --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3bc5383..1af0e91 100644 --- a/Makefile +++ b/Makefile @@ -162,14 +162,14 @@ tar: export -r of-tm-`echo $(VERSION) | tr . _` flim; \ cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ export -r of-tm-`echo $(VERSION) | tr . _` -d mu mu-cite; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/gnus-mime; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/sinfo; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/tl; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/tm-gnus; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/tm-mail; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/tm-mh-e; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/tm-vm; \ - cvs export -r of-tm-`echo $(VERSION) | tr . _` TM/tm' + cvs export -r of-tm-`echo $(VERSION) | tr . _` gnus-mime; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` sinfo; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` tl; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` tm-gnus; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` tm-mail; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` tm-mh-e; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` tm-vm; \ + cvs export -r of-tm-`echo $(VERSION) | tr . _` tm' cd /tmp; $(TAR) cvzf tm-$(VERSION).tar.gz tm-$(VERSION) cd /tmp; $(RM) -r tm-$(VERSION) -- 1.7.10.4