summaryrefslogtreecommitdiffstats
path: root/mk/Maintainer.mk
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-13 11:08:32 +0000
committerkraxel <kraxel>2007-08-13 11:08:32 +0000
commit409e6fb4eae15ef0e30333550474724f0f4ef561 (patch)
tree4315f09aa39fd1da6e0dac68f080d3e35747bf98 /mk/Maintainer.mk
parent739754ef2986c6bc37395a3847ba5baa20b5f5f5 (diff)
downloadamtterm-409e6fb4eae15ef0e30333550474724f0f4ef561.tar.gz
start gui tool
Diffstat (limited to 'mk/Maintainer.mk')
-rw-r--r--mk/Maintainer.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/Maintainer.mk b/mk/Maintainer.mk
new file mode 100644
index 0000000..62f02d6
--- /dev/null
+++ b/mk/Maintainer.mk
@@ -0,0 +1,12 @@
+# just some maintainer stuff for me ...
+########################################################################
+
+make-sync-dir = $(HOME)/projects/gnu-makefiles
+
+.PHONY: sync
+sync:: distclean
+ test -d $(make-sync-dir)
+ rm -f $(srcdir)/INSTALL $(srcdir)/mk/*.mk
+ cp -v $(make-sync-dir)/INSTALL $(srcdir)/.
+ cp -v $(make-sync-dir)/*.mk $(srcdir)/mk
+ chmod 444 $(srcdir)/INSTALL $(srcdir)/mk/*.mk