diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 . |