diff Makefile @ 2359:1726cefccf0c

Fix trailing space after version number
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 14:17:02 +0200
parents 5a0c2bf69e55
children 5e6e989cb349
line wrap: on
line diff
--- a/Makefile	Thu Mar 29 13:02:06 2012 +0200
+++ b/Makefile	Thu Mar 29 14:17:02 2012 +0200
@@ -110,7 +110,7 @@
 endef
 $(eval $(subst #,$(newline),$(shell \
     $(SED) -n \
-        's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2 #/p' \
+        's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2#/p' \
         '$(TOP_DIR)/index.html' \
 )))