grim/port-authority

remove the highlightjs stuff
feature/semantic-ui
2015-03-12, Gary Kramlich
090954d65f88
remove the highlightjs stuff
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x .hg* .hg/*
clean:
rm -f $(OUTPUT)