Utility makefile

This commit is contained in:
Tony Garnock-Jones 2013-05-14 12:43:42 -04:00
parent 9d854a263f
commit e729db6ffd
2 changed files with 14 additions and 0 deletions

1
marketplace/scribblings/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
out/

View File

@ -0,0 +1,13 @@
all: out
out:
raco scribble \
--htmls \
--dest out \
++main-xref-in \
--redirect-main http://docs.racket-lang.org/ \
\
marketplace.scrbl
clean:
rm -rf out