chiark / gitweb /
README: tg depend rm TODO (insp. by Jonas)
[topgit.git] / Makefile
index b73a1f15b9c298e0e922df1c61f6fb15df8f7821..2c627afbaab085c72f58257399edca8da4d77fb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ help_out = $(patsubst %.sh,%.txt,$(commands_in))
 
 all::  tg $(commands_out) $(hooks_out) $(help_out)
 
-tg $(commands_out) $(hooks_out): % : %.sh
+tg $(commands_out) $(hooks_out): % : %.sh Makefile
        @echo "[SED] $@"
        @sed -e 's#@cmddir@#$(cmddir)#g;' \
                -e 's#@hooksdir@#$(hooksdir)#g' \