diff options
Diffstat (limited to 'Master/texmf-doc')
-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. |