Adding share/hooks to toplevel makefile so that it's included in the test suite.
This commit is contained in:
parent
eedfa8e5ce
commit
5b9c2c23df
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ SHELL := sh -e
|
|||
|
||||
LANGUAGES = $(shell cd manpages/po && ls)
|
||||
|
||||
SCRIPTS = cgi/* cron/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
|
||||
SCRIPTS = cgi/* cron/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/*
|
||||
|
||||
all: build
|
||||
|
||||
|
|
Loading…
Reference in New Issue