v4orb2.wiki

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

commit 30a1b9bbef2b8c48fdd80fc53aa2ae61b22c5131
parent 86b99db9ef68c7219a0779dcb4611748c7507c84
Author: S S <ss@qoo>
Date:   Thu Feb  4 16:58:06 +0600

search multimarkdown

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ # HTML:=$(patsubst %.md,%.html,$(wildcard *.md)) -MULTIMARKDOWN:=$(or $(wildcard ~/bin/multimarkdown)) +MULTIMARKDOWN:=$(or $(shell which multimarkdown),$(wildcard ~/bin/multimarkdown)) ifeq ($(MULTIMARKDOWN),) all: