diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-22 22:53:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-22 22:53:04 +0000 |
commit | 21705b20927f5c1145ae2180cd1a6da521866126 (patch) | |
tree | 7c71f516f976f5bfe70b64d1dfbea67cf41325d8 /Master/texmf-doc/source | |
parent | 7cecf9af8a6b57e16de7b177dad6f9d586cfe9d5 (diff) |
(install): svn now.
git-svn-id: svn://tug.org/texlive/trunk@2848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r-- | Master/texmf-doc/source/english/texlive-en/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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. |