瀏覽代碼

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



Loading…
取消
儲存