v4orb2.wiki

описание пикапов и диссектора ВЭПП3-4
git clone http://www.inp.nsk.su/~bekhte/v4orb2.wiki.git
Log | Files | Refs

commit 539e088d8d2dd84d131d36b005f91435429f41e8
parent d4bb2c1d03cd4e84cc374a1a0da32f7d8b41ff9f
Author: E.A.Bekhtenev <E.A.Bekhtenev@inp.nsk.su>
Date:   Tue Feb 16 14:05:49 +0600

upd

Diffstat:
Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -17,7 +17,8 @@ endif history.log.txt: Makefile export PP=`pwd`; [ -f ../config ] && cd ..; git log --max-count=3 --stat --name-only > $${PP}/$@ - sed -i 's/\([a-zA-Z].*\)\.md$$/[\1](\1)/;/commit\|Author\|Date/a\ ' $@ + sed -i 's/\([a-zA-Z].*\)\.md$$/[\1](\1)/;/commit\|Author/d' $@ +# sed -i 's/\([a-zA-Z].*\)\.md$$/[\1](\1)/;/commit\|Author\|Date/a\ ' $@ clean: rm -rf *.html history.log.txt