aboutsummaryrefslogtreecommitdiffstats
path: root/gitto
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-27 22:30:00 +0200
committerGravatar Tom Willemse2013-05-27 22:30:00 +0200
commit7f6037855dbfb16e5c05c29fd1eaeba14c4dfabb (patch)
treec450f41b7b95f59fe1036489b94ac95a99c64187 /gitto
parentaa0accc9772c8d49f16fc167f49587ff902bd3dd (diff)
downloadgitto-7f6037855dbfb16e5c05c29fd1eaeba14c4dfabb.tar.gz
gitto-7f6037855dbfb16e5c05c29fd1eaeba14c4dfabb.zip
Add user manual
Diffstat (limited to 'gitto')
-rw-r--r--gitto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitto/Makefile b/gitto/Makefile
index 5481342..85657f4 100644
--- a/gitto/Makefile
+++ b/gitto/Makefile
@@ -19,10 +19,10 @@ install: $(install-objects)
uninstall: $(uninstall-objects)
$(filter %.go,$(install-objects)): install-%: $(filter %.go,$(objects))
- install -Dm 644 $* "$(COMPDIR)/gitto/$*"
+ $(INSTALL_DATA) $* "$(COMPDIR)/gitto/$*"
$(filter %.scm,$(install-objects)): install-%:
- install -Dm 644 $* "$(SITEDIR)/gitto/$*"
+ $(INSTALL_DATA) $* "$(SITEDIR)/gitto/$*"
$(filter %.go,$(uninstall-objects)): uninstall-%:
rm -f "$(COMPDIR)/gitto/$*"