diff options
author | Anne Nicolas <ennael@mandriva.org> | 2010-05-02 20:41:02 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mandriva.org> | 2010-05-02 20:41:02 +0000 |
commit | d9dabd09bea08cf697af5651d81fc8de8afb019e (patch) | |
tree | 93bd86293927d05a0aa3fc791e65bfd5df909790 /Makefile | |
parent | d16c7586a3d58bfe35049ada08dfc8a10a6bde13 (diff) | |
download | indexhtml-d9dabd09bea08cf697af5651d81fc8de8afb019e.tar indexhtml-d9dabd09bea08cf697af5651d81fc8de8afb019e.tar.gz indexhtml-d9dabd09bea08cf697af5651d81fc8de8afb019e.tar.bz2 indexhtml-d9dabd09bea08cf697af5651d81fc8de8afb019e.tar.xz indexhtml-d9dabd09bea08cf697af5651d81fc8de8afb019e.zip |
update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = indexhtml -VERSION:=2010.0 +VERSION:=2010.1 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |