all repos — grayfriday @ c969dff782e8f7f5ce3b64d8c48715a4cae47b5d

blackfriday fork with a few changes

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
include $(GOROOT)/src/Make.inc

TARG=github.com/russross/blackfriday

GOFILES=markdown.go block.go inline.go html.go smartypants.go latex.go

all: package markdown

include $(GOROOT)/src/Make.pkg

markdown: package
	make -C example