Browse Source

strip newlines from date call

new-build-system
Jan Lehnardt 14 years ago
parent
commit
520c36b544
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -42,7 +42,7 @@ build-wrappers:
# update gh-pages with release links & travis

# add $(version)/index.html page (from template)
reldate=$(strip `date`)
reldate=$(shell date)
sed -e 's|%version%|$(version)|' \
-e 's|%date%|$(reldate)' release-index.html > $(version)/index.html



Loading…
Cancel
Save