From ddb033fbe1737a4afc026284522d60dc13def5ca Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Thu, 18 Dec 2008 20:47:16 +0200 Subject: -- docs, spelling --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c3a39b..9135ccc 100644 --- a/Makefile +++ b/Makefile @@ -6,19 +6,19 @@ tgit: xclip -i git-demo echo "ready to paste ..." -DESTDIR ?= /tmp/html-lopti +WEB_DESTDIR ?= /tmp/html-lopti ASCIIDOC ?= asciidoc -show: install - firefox $(DESTDIR)/index.html +show: web_install + firefox $(WEB_DESTDIR)/index.html index.html: index.txt $(ASCIIDOC) -o $@ $< -install: index.html *.png - mkdir -p $(DESTDIR) - cp -uv $^ $(DESTDIR) +web_install: index.html *.png + mkdir -p $(WEB_DESTDIR) + cp -uv $^ $(WEB_DESTDIR) clean: rm -f *.html -- cgit v1.2.3