Sfoglia il codice sorgente

strip newlines from date call

new-build-system
Jan Lehnardt 14 anni fa
parent
commit
520c36b544
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi 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…
Annulla
Salva