diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-09-19 02:13:19 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-09-19 02:13:19 -0400 |
commit | 72be646c5bafbfbf749e9a75496a43b70b3fefa9 (patch) | |
tree | 40e2369aa24173e0b4224a3bd128935867161c1a /common/Makefile | |
parent | a53edafac1656d6e9c5c2d5a1052d19f58c96771 (diff) | |
download | pentadactyl-72be646c5bafbfbf749e9a75496a43b70b3fefa9.tar.gz |
NEWS updates and whitespace fixes.
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 3821f6c3..839af4c1 100644 --- a/common/Makefile +++ b/common/Makefile @@ -6,7 +6,7 @@ BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S") BASE = $(TOP)/../common GOOGLE_PROJ = dactyl GOOGLE = https://$(GOOGLE_PROJ).googlecode.com/files -VERSION = $(shell sed -n 's/.*<em:version>\(.*\)<.*/\1/p' $(TOP)/install.rdf) +VERSION = $(shell sed -n 's/.*em:version\(>\|="\)\(.*\)["<].*/\2/p' $(TOP)/install.rdf) LOCALEDIR = locale DOC_FILES = $(wildcard $(LOCALEDIR)/*/*.xml) |