소스 검색

strip newlines from date call

new-build-system
Jan Lehnardt 14 년 전
부모
커밋
de34cf3223
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile 파일 보기

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

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

# update index.html to point to $(vesion)
cat index.html.pre > index.html


불러오는 중...
취소
저장