Released vimb version 0.1.7.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 4 May 2013 11:44:26 +0000 (13:44 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 4 May 2013 11:44:26 +0000 (13:44 +0200)
config.mk
doc/Makefile
doc/vimb.1.txt

index bbbd294..5224909 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 #----------------user/install options----------------
-VERSION = 0.1.6
+VERSION = 0.1.7
 
 PROJECT = vimb
 PREFIX  ?= /usr/local/
index 82d2b73..2de98c9 100644 (file)
@@ -9,7 +9,9 @@ man: $(MAN1)
 
 %.1: %.1.txt
        @echo build manual page
-       @sed -e "s/VERSION/$(VERSION)/g" -e "s/PROJECT/$(PROJECT)/g" < $< > $@
+       @sed -e "s/VERSION/$(VERSION)/g" \
+               -e "s/DATE/`date +'%m %Y'`/g" \
+               -e "s/PROJECT/$(PROJECT)/g" < $< > $@
 
 install: man
        @echo install manual page
index f7c4437..c9962a3 100644 (file)
@@ -1,7 +1,7 @@
 .\" vim: ft=groff
 .\" Process this file with
 .\" groff -man -Tascii vimb.1
-.TH PROJECT 1 "06/04/2013" "PROJECT/VERSION" "Vimb Manual"
+.TH PROJECT 1 "DATE" "PROJECT/VERSION" "Vimb Manual"
 .SH NAME
 PROJECT - Vim Browser - A modal web browser based on webkit thats inspired by
 vim the great editor.