Merge pull request #1 from rubenvereecken/index-git-hook

Adds `make setup` and a pre-commit hook to rebuild index.
waldyrious/alt-syntax
Leandro Ostera 2015-04-09 11:36:14 -03:00
commit 0a3ab78615
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
index:
@TLDRHOME=`pwd` ./scripts/build_index.rb
@echo "Index rebuilt."
setup:
@cp ./scripts/pre-commit .git/hooks
@chmod +x .git/hooks/pre-commit
@echo "Git pre-commit hook installed."

File diff suppressed because one or more lines are too long

4
scripts/pre-commit Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
make index
git add ./pages/index.json