X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=Makefile;h=b73a1f15b9c298e0e922df1c61f6fb15df8f7821;hp=af4639915031e7a8a0c95c5caf1db206e93401ad;hb=e73f7e8baa9fad9a0632deaa3de65b7a761edb04;hpb=1ec1593458af509437008522be51cbe15c309d45 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))