X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=6eade1e1679a04f9bae79211cb91ee7fe3c69099;hp=cf842d686a1ff7db9f15a330ac5e565a29940824;hb=074eb3f1b432d95880fcc2c5b388bebac75046e9;hpb=897a2bd3fdb31a1372ac3f522befa2d5a5f7c07a diff --git a/Makefile b/Makefile index cf842d6..6eade1e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ sharedir = $(PREFIX)/share/topgit hooksdir = $(cmddir)/hooks -commands_in = tg-create.sh tg-delete.sh tg-info.sh tg-patch.sh tg-summary.sh tg-update.sh +commands_in = tg-create.sh tg-delete.sh tg-export.sh tg-info.sh tg-patch.sh tg-summary.sh tg-update.sh hooks_in = hooks/pre-commit.sh commands_out = $(patsubst %.sh,%,$(commands_in))