X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b73a1f15b9c298e0e922df1c61f6fb15df8f7821;hp=af4639915031e7a8a0c95c5caf1db206e93401ad;hb=10ee8496b64f56b4a8bd32632ecd3dc4f66c2140;hpb=24588bf223065e5244fd72c97a8a621055a7e87d diff --git a/Makefile b/Makefile index af46399..b73a1f1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ sharedir = $(prefix)/share/topgit hooksdir = $(cmddir)/hooks -commands_in = tg-create.sh tg-delete.sh tg-export.sh tg-info.sh tg-patch.sh tg-summary.sh tg-update.sh +commands_in = $(wildcard tg-*.sh) hooks_in = hooks/pre-commit.sh commands_out = $(patsubst %.sh,%,$(commands_in))