# HG changeset patch # User Volker Grabsch # Date 1333023422 -7200 # Node ID 1726cefccf0c84aeb71fb200893f5c2751989cce # Parent 14b3f5ea78ae05cd40c28bda301611f1df57df71 Fix trailing space after version number diff -r 14b3f5ea78ae -r 1726cefccf0c Makefile --- 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' \ )))