소스 검색

Generate a better changelog.

tags/v0.99.beta17
Sam Hocevar sam 15 년 전
부모
커밋
5093140a85
2개의 변경된 파일22052개의 추가작업 그리고 14841개의 파일을 삭제
  1. +22045
    -14840
      ChangeLog
  2. +7
    -1
      Makefile.am

+ 22045
- 14840
ChangeLog
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 7
- 1
Makefile.am 파일 보기

@@ -23,7 +23,13 @@ upload-doc: doc/html FORCE
ssh $(webhost) rm -f '$(doxdir)/*' || true
scp -r doc/html/* $(webhost):$(doxdir)/

fonts: tools/makefont
update-changelog: FORCE
git --help >/dev/null 2>&1 \
&& test -d .git \
&& git log --stat | grep -v '^ \(git-svn-id\|$$\)' \
| sed '/^Author:/s/ <.*@.*>//' > ChangeLog

update-fonts: tools/makefont
tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data



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