init
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 30 Aug 2009 12:34:16 +0300
changeset 0 2acea9e3c0ea
child 1 3e1f409cb848
init
.mailsign
Makefile
README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.mailsign	Sun Aug 30 12:34:16 2009 +0300
@@ -0,0 +1,2 @@
+
+Best regards!
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sun Aug 30 12:34:16 2009 +0300
@@ -0,0 +1,18 @@
+
+
+ifeq '' '$(HOME)'
+  $(error HOME env var and prefix var are not set!)
+endif
+
+.PHONY: all install uninstall clean distclean
+
+install:
+	install -m 440 .mailsign $(HOME)
+
+uninstall:
+	rm -f $(HOME)/.mailsign
+
+clean:
+
+distclean: clean
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Sun Aug 30 12:34:16 2009 +0300
@@ -0,0 +1,8 @@
+-*- mode: outline; coding: utf-8 -*-
+
+* Skeleton config file.
+
+  .mailsign
+                signature for mail
+
+*