Przeglądaj źródła

strip newlines from date call

new-build-system
Jan Lehnardt 14 lat temu
rodzic
commit
520c36b544
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Wyświetl plik

@@ -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



Ładowanie…
Anuluj
Zapisz