summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fbeb8e8..0070d73 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ STATUS = New Active Blocked Paused Done Abandoned
NOPARAM = menu subindex body index
all:
+ @make -s .git/hooks/pre-commit
@make -s ${HTMLDIR}
@make -s LISTS="${MEMBER}" TARGET=finds EXP1=member EXP2=-a loop
@make -s LISTS="${STATUS}" TARGET=finds EXP1=status EXP2=-s loop
@@ -20,6 +21,9 @@ all:
@make -s bsp
@make -s index.html
+.git/hooks/pre-commit:
+ @ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit
+
index.html:
@ln html/index.html .