From 21705b20927f5c1145ae2180cd1a6da521866126 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 22 Dec 2006 22:53:04 +0000 Subject: (install): svn now. git-svn-id: svn://tug.org/texlive/trunk@2848 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-doc/source/english/texlive-en/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Master/texmf-doc/source') diff --git a/Master/texmf-doc/source/english/texlive-en/Makefile b/Master/texmf-doc/source/english/texlive-en/Makefile index ac1ddeb8393..34d50fe364f 100644 --- a/Master/texmf-doc/source/english/texlive-en/Makefile +++ b/Master/texmf-doc/source/english/texlive-en/Makefile @@ -42,10 +42,9 @@ install: echo tldoc install to $$instdir; \ for f in $(instfiles); do \ cmp -s $$f $$instdir/$$f && continue; \ - p4 edit $$instdir/$$f; \ - cp -p $$f $$instdir/$$f; \ + mv -v $$f $$instdir/$$f; \ done - @echo "Don't forget to p4 submit." + @echo "Don't forget to svn commit." # don't use these, they don't work. -- cgit v1.2.3