v4orb2.wiki

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

commit bbbfe4ba5073615516164ca1ccd45bc7984bddab
parent de31df5d6aa7f6d6e6a09da17897408b666adaa6
Author: E.A.Bekhtenev <E.A.Bekhtenev@inp.nsk.su>
Date:   Tue Feb 16 13:47:20 +0600

fix

Diffstat:
Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -16,9 +16,9 @@ endif # echo "</html>" >> $@ history.log.txt: Makefile - cd ..; git log --max-count=3 --stat --name-only >> html/$@ - sed -i 's/\([a-zA-Z].*\)\.md$/[\1](\1)/' $@ + export PP=`pwd`; [ -f ../config ] && cd ..; git log --max-count=3 --stat --name-only > $${PP}/$@ + sed -i 's/\([a-zA-Z].*\)\.md$$/[\1](\1)/' $@ clean: - rm -rf *.html + rm -rf *.html history.log.txt