summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-10 16:21:51 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-10 16:24:24 +0300
commit8fde415cb0609605f12e3e5a4942c75fbf2a7bf3 (patch)
tree785d15ac4289a36bce9e51142a8cde493347513a /Makefile
parentfixed: default for cwd_cmd (diff)
downloadgit-prompt-8fde415cb0609605f12e3e5a4942c75fbf2a7bf3.tar.gz
git-prompt-8fde415cb0609605f12e3e5a4942c75fbf2a7bf3.tar.bz2
git-prompt-8fde415cb0609605f12e3e5a4942c75fbf2a7bf3.zip
fixed: cwd_truncate; label displas only last path dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 4 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 0293330..5fb2098 100644
--- a/Makefile
+++ b/Makefile
@@ -1,25 +1,12 @@
+HOMEDIR ?= /home/lvv/p/volnitsky.com/
+include $(HOMEDIR)/include.mk
+COPY_LIST = git-prompt.sh
+
install:
cp -v git-prompt.sh /etc/
[ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/
-
tgit:
xclip -i git-demo
echo "ready to paste ..."
-WEB_DESTDIR ?= /tmp/localweb
-ASCIIDOC ?= asciidoc --unsafe
-
-
-show: localweb
- firefox $(WEB_DESTDIR)/index.html
-
-index.html: index.txt
- $(ASCIIDOC) -o $@ $<
-
-localweb: index.html *.png git-prompt.sh
- mkdir -p $(WEB_DESTDIR)
- cp -uv $^ $(WEB_DESTDIR)
-
-clean:
- rm -f *.html