summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-07-29 20:43:41 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-07-29 20:43:41 +0200
commita7a5cc7f38783031b22ee1a07515bf647a7497f3 (patch)
tree8e474a40e2a7634c6b0278ceaf001f299ab161ec /Makefile
parentc034020225ab30edf39377189b6992559e2bdcc0 (diff)
Use PROJECT variable instead of hard wired "vimb".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a9ca1a..3f32bbd 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ install: $(TARGET) doc/$(MAN1)
@echo "install -m 644 src/$(MAN1) $(DESTDIR)$(MANDIR1)/$(MAN1)"
@sed -e "s/VERSION/$(VERSION)/g" \
-e "s/DATE/`date +'%m %Y'`/g" \
+ -e "s/PROJECT_UCFIRST/$(PROJECT_UCFIRST)/g" \
-e "s/PROJECT/$(PROJECT)/g" < doc/$(MAN1) > $(DESTDIR)$(MANDIR1)/$(MAN1)
@chmod 644 $(DESTDIR)$(MANDIR1)/$(MAN1)