From 8fde415cb0609605f12e3e5a4942c75fbf2a7bf3 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 10 Jul 2009 16:21:51 +0300 Subject: fixed: cwd_truncate; label displas only last path dir --- Makefile | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3