chiark / gitweb /
tg-export: New command for cleaning up history
[topgit.git] / Makefile
index 1352d03fad6ceb36095b2cd8388172849b0914c9..6eade1e1679a04f9bae79211cb91ee7fe3c69099 100644 (file)
--- 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))
@@ -31,6 +31,7 @@ $(help_out): README
        ./create-help.sh $$CMD
 
 install:: all
+       install -d -m 755 "$(bindir)"
        install tg "$(bindir)"
        install -d -m 755 "$(cmddir)"
        install $(commands_out) "$(cmddir)"